Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,6 @@ 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 |
-
examples = gr.Examples([["ex/ex1.mp3"]])
|
143 |
with gr.TabItem("From youtube"):
|
144 |
with gr.Row():
|
145 |
youtube_input = gr.Textbox(
|
@@ -152,6 +151,7 @@ with demo:
|
|
152 |
placeholder='https://www.twitch.tv/videos/1823056925 or 1823056925')
|
153 |
twitch_output = gr.Textbox(labe="Your output is here.")
|
154 |
text_button3 = gr.Button("Submit")
|
|
|
155 |
|
156 |
text_button1.click(process, inputs=voice, outputs=voice_output)
|
157 |
text_button2.click(youtube_loader, inputs=youtube_input,
|
|
|
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 |
with gr.TabItem("From youtube"):
|
143 |
with gr.Row():
|
144 |
youtube_input = gr.Textbox(
|
|
|
151 |
placeholder='https://www.twitch.tv/videos/1823056925 or 1823056925')
|
152 |
twitch_output = gr.Textbox(labe="Your output is here.")
|
153 |
text_button3 = gr.Button("Submit")
|
154 |
+
examples = gr.Examples([["ex/ex1.mp3"]])
|
155 |
|
156 |
text_button1.click(process, inputs=voice, outputs=voice_output)
|
157 |
text_button2.click(youtube_loader, inputs=youtube_input,
|