Arafath10 commited on
Commit
061c61d
·
1 Parent(s): 81b95ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ with gr.Blocks() as demo:
34
  with gr.Row():
35
  chatbot = gr.Chatbot([[None,"Hi there, what brings you here today?"]])
36
  msg = gr.Textbox()
37
- audio_input = gr.Microphone(label="Press start recording to speak", type="filepath",waveform_options={"waveform_color":"red"})
38
  clear = gr.ClearButton([msg, chatbot])
39
  audio_input2 = gr.Audio(visible=False)
40
 
 
34
  with gr.Row():
35
  chatbot = gr.Chatbot([[None,"Hi there, what brings you here today?"]])
36
  msg = gr.Textbox()
37
+ audio_input = gr.Microphone(label="Press start recording to speak", type="filepath")
38
  clear = gr.ClearButton([msg, chatbot])
39
  audio_input2 = gr.Audio(visible=False)
40