akshansh36 commited on
Commit
2e9516a
·
verified ·
1 Parent(s): 44b6616

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks() as demo:
60
  configure_button = gr.Button("Configure Model")
61
 
62
  # Audio input component with streaming enabled
63
- inp = gr.Audio(source="microphone", streaming=True, type="numpy")
64
  # Audio output component to play back the transformed audio
65
  out = gr.Audio(streaming=True)
66
  # State to manage the ongoing audio stream
 
60
  configure_button = gr.Button("Configure Model")
61
 
62
  # Audio input component with streaming enabled
63
+ inp = gr.Audio(sources="microphone", streaming=True, type="numpy")
64
  # Audio output component to play back the transformed audio
65
  out = gr.Audio(streaming=True)
66
  # State to manage the ongoing audio stream