Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1533,7 +1533,7 @@ with gr.Blocks(theme=my_theme) as app:
|
|
1533 |
with gr.Row():
|
1534 |
dropbox = gr.File(label="Drag your audio file and click refresh.")
|
1535 |
with gr.Row():
|
1536 |
-
record_button=gr.Audio(
|
1537 |
with gr.Row():
|
1538 |
input_audio0 = gr.Dropdown(
|
1539 |
label="2. Choose the audio file.",
|
|
|
1533 |
with gr.Row():
|
1534 |
dropbox = gr.File(label="Drag your audio file and click refresh.")
|
1535 |
with gr.Row():
|
1536 |
+
record_button=gr.Audio(sources="microphone", label="Or you can use your microphone!", type="filepath")
|
1537 |
with gr.Row():
|
1538 |
input_audio0 = gr.Dropdown(
|
1539 |
label="2. Choose the audio file.",
|