Baseta commited on
Commit
5da7b2a
1 Parent(s): 79a3297

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1533,8 +1533,8 @@ with gr.Blocks(js=js_func, theme=gr.themes.Default(primary_hue="red", secondary_
1533
  with gr.Column():
1534
  with gr.Row():
1535
  dropbox = gr.File(label="Drag your audio file and click refresh.")
1536
- #with gr.Row():
1537
- #record_button=gr.Audio(source="microphone", label="Or you can use your microphone!", type="filepath")
1538
  #record_button = gr.Audio(label="Or you can use your microphone!", type="filepath", mode="record")
1539
  with gr.Row():
1540
  input_audio0 = gr.Dropdown(
 
1533
  with gr.Column():
1534
  with gr.Row():
1535
  dropbox = gr.File(label="Drag your audio file and click refresh.")
1536
+ with gr.Row():
1537
+ record_button=gr.Audio(source="microphone", label="Or you can use your microphone!", type="filepath")
1538
  #record_button = gr.Audio(label="Or you can use your microphone!", type="filepath", mode="record")
1539
  with gr.Row():
1540
  input_audio0 = gr.Dropdown(