Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ def get_salmonn(audio_in):
|
|
| 107 |
print(result)
|
| 108 |
return result
|
| 109 |
|
| 110 |
-
def llm_process(user_prompt)
|
| 111 |
agent_maker_sys = standard_sys
|
| 112 |
|
| 113 |
instruction = f"""
|
|
|
|
| 107 |
print(result)
|
| 108 |
return result
|
| 109 |
|
| 110 |
+
def llm_process(user_prompt):
|
| 111 |
agent_maker_sys = standard_sys
|
| 112 |
|
| 113 |
instruction = f"""
|