TIMBOVILL commited on
Commit
325742e
·
verified ·
1 Parent(s): 993298b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1533,7 +1533,7 @@ with gr.Blocks(theme=my_theme) as app:
1533
  with gr.Row():
1534
  dropbox = gr.File(label="Drag your audio file and click refresh.")
1535
  with gr.Row():
1536
- record_button=gr.Audio(source="microphone", label="Or you can use your microphone!", type="filepath")
1537
  with gr.Row():
1538
  input_audio0 = gr.Dropdown(
1539
  label="2. Choose the audio file.",
 
1533
  with gr.Row():
1534
  dropbox = gr.File(label="Drag your audio file and click refresh.")
1535
  with gr.Row():
1536
+ record_button=gr.Audio(sources="microphone", label="Or you can use your microphone!", type="filepath")
1537
  with gr.Row():
1538
  input_audio0 = gr.Dropdown(
1539
  label="2. Choose the audio file.",