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