iajitpanday commited on
Commit
f7f84dd
·
verified ·
1 Parent(s): cd7d9ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -537,11 +537,12 @@ def build_gradio_interface():
537
  # Real-time audio input
538
  audio_input = gr.Audio(
539
  label="Speak",
540
- source="microphone",
541
  type="numpy",
542
  streaming=True
543
  )
544
 
 
545
  # State to store conversation history
546
  conversation_state = gr.State([])
547
 
 
537
  # Real-time audio input
538
  audio_input = gr.Audio(
539
  label="Speak",
540
+
541
  type="numpy",
542
  streaming=True
543
  )
544
 
545
+
546
  # State to store conversation history
547
  conversation_state = gr.State([])
548