Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ with demo:
|
|
142 |
type="filepath", optional=True, labe="Drop your audio file here.")
|
143 |
file_output = gr.Textbox(labe="Your output is here.")
|
144 |
text_button4 = gr.Button("Submit")
|
145 |
-
gr.Examples([["ex/ex1.mp3"], ["ex/ex2.mp3"]],
|
146 |
inputs=file_input, outputs=file_output, fn=process)
|
147 |
with gr.TabItem("From youtube"):
|
148 |
with gr.Row():
|
|
|
142 |
type="filepath", optional=True, labe="Drop your audio file here.")
|
143 |
file_output = gr.Textbox(labe="Your output is here.")
|
144 |
text_button4 = gr.Button("Submit")
|
145 |
+
gr.Examples([["ex/ex1.mp3"], ["ex/ex2.mp3"], ["ex/ex3.mp3"]],
|
146 |
inputs=file_input, outputs=file_output, fn=process)
|
147 |
with gr.TabItem("From youtube"):
|
148 |
with gr.Row():
|