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

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(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():
 
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():