Spaces:
Paused
Paused
badayvedat
commited on
Commit
•
7187e4f
1
Parent(s):
38cb277
fix filetype
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks(title="AudioSep") as demo:
|
|
59 |
gr.Markdown(description)
|
60 |
with gr.Row():
|
61 |
with gr.Column():
|
62 |
-
input_audio = gr.Audio()
|
63 |
text = gr.Textbox()
|
64 |
with gr.Column():
|
65 |
with gr.Column():
|
|
|
59 |
gr.Markdown(description)
|
60 |
with gr.Row():
|
61 |
with gr.Column():
|
62 |
+
input_audio = gr.Audio(type="filepath")
|
63 |
text = gr.Textbox()
|
64 |
with gr.Column():
|
65 |
with gr.Column():
|