simonraj commited on
Commit
832fe7e
·
verified ·
1 Parent(s): 788cf13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ theme = gr.themes.Base()
59
  # Gradio interface for voice chat
60
  with gr.Blocks() as voice:
61
  with gr.Row():
62
- input = gr.Audio(label="Voice Chat", source="microphone", type="filepath", waveform_options=False)
63
  output = gr.Audio(label="CrucialCoach", type="filepath", interactive=False, autoplay=True, elem_classes="audio")
64
  gr.Interface(
65
  fn=respond,
 
59
  # Gradio interface for voice chat
60
  with gr.Blocks() as voice:
61
  with gr.Row():
62
+ input = gr.Audio(label="Voice Chat", type="filepath", waveform_options=False)
63
  output = gr.Audio(label="CrucialCoach", type="filepath", interactive=False, autoplay=True, elem_classes="audio")
64
  gr.Interface(
65
  fn=respond,