Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ if __name__ == "__main__":
|
|
79 |
with gr.Row():
|
80 |
## Input
|
81 |
with gr.Column():
|
82 |
-
mic_input = gr.Audio(source="microphone", label="Record your own voice")
|
83 |
upl_input = gr.Audio(
|
84 |
source="upload", type="filepath", label="Upload a wav file"
|
85 |
)
|
|
|
79 |
with gr.Row():
|
80 |
## Input
|
81 |
with gr.Column():
|
82 |
+
mic_input = gr.Audio(source="microphone", type="filepath", label="Record your own voice")
|
83 |
upl_input = gr.Audio(
|
84 |
source="upload", type="filepath", label="Upload a wav file"
|
85 |
)
|