simonraj commited on
Commit
6d7626f
·
verified ·
1 Parent(s): fd7b0d8

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_audio = gr.Audio(source="microphone", type="filepath", label="Voice Chat")
63
  output_audio = gr.Audio(type="filepath", label="CrucialCoach", interactive=False, autoplay=True, elem_classes="audio")
64
 
65
  gr.Interface(
 
59
  # Gradio interface for voice chat
60
  with gr.Blocks() as voice:
61
  with gr.Row():
62
+ input_audio = gr.Audio(sources=["microphone"], type="filepath", label="Voice Chat")
63
  output_audio = gr.Audio(type="filepath", label="CrucialCoach", interactive=False, autoplay=True, elem_classes="audio")
64
 
65
  gr.Interface(