Spaces:
Running
Running
Update app.py
Browse files
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():
|