simonraj commited on
Commit
bf88de2
·
verified ·
1 Parent(s): 2895ffe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def respond(audio):
50
 
51
  with gr.Blocks() as voice:
52
  with gr.Row():
53
- input = gr.Audio(label="Voice Chat", source="microphone", type="filepath")
54
  output = gr.Audio(label="CrucialCoach", type="filepath", interactive=False, autoplay=True)
55
 
56
  gr.Interface(
 
50
 
51
  with gr.Blocks() as voice:
52
  with gr.Row():
53
+ input = gr.Audio(label="Voice Chat", sources="microphone", type="filepath", waveform_options=False)
54
  output = gr.Audio(label="CrucialCoach", type="filepath", interactive=False, autoplay=True)
55
 
56
  gr.Interface(