jsbeaudry commited on
Commit
19fe854
·
verified ·
1 Parent(s): 6dff5db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):