TheStinger commited on
Commit
f5ede1d
1 Parent(s): 1cf402f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1525,7 +1525,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose")
1525
  with gr.Row():
1526
  dropbox = gr.File(label="Drag your audio file and click refresh.")
1527
  with gr.Row():
1528
- record_button=gr.Audio(recording=True, label="Or you can use your microphone!", type="filepath")
1529
 
1530
  with gr.Row():
1531
  input_audio0 = gr.Dropdown(
 
1525
  with gr.Row():
1526
  dropbox = gr.File(label="Drag your audio file and click refresh.")
1527
  with gr.Row():
1528
+ record_button=gr.Audio(label="Or you can use your microphone!", type="filepath")
1529
 
1530
  with gr.Row():
1531
  input_audio0 = gr.Dropdown(