Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -1525,7 +1525,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="green", secondary_hue="blue"
|
|
1525 |
with gr.Row():
|
1526 |
dropbox = gr.File(label="Drag your audio file and click refresh.")
|
1527 |
with gr.Row():
|
1528 |
-
|
1529 |
with gr.Row():
|
1530 |
input_audio0 = gr.Dropdown(
|
1531 |
label="2.Choose the audio file.",
|
|
|
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 |
with gr.Row():
|
1530 |
input_audio0 = gr.Dropdown(
|
1531 |
label="2.Choose the audio file.",
|