Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -358,7 +358,7 @@ async def demo_conversation():
|
|
358 |
|
359 |
|
360 |
|
361 |
-
demo_conversation()
|
362 |
|
363 |
# Create the async function wrapper for Gradio
|
364 |
async def process_audio_gradio(audio_file, system_prompt_input):
|
|
|
358 |
|
359 |
|
360 |
|
361 |
+
await demo_conversation()
|
362 |
|
363 |
# Create the async function wrapper for Gradio
|
364 |
async def process_audio_gradio(audio_file, system_prompt_input):
|