Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ with demo:
|
|
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 |
-
|
155 |
|
156 |
text_button1.click(process, inputs=voice, outputs=voice_output)
|
157 |
text_button2.click(youtube_loader, inputs=youtube_input,
|
|
|
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(examples=["ex/ex1.mp3"], input = file_input)
|
155 |
|
156 |
text_button1.click(process, inputs=voice, outputs=voice_output)
|
157 |
text_button2.click(youtube_loader, inputs=youtube_input,
|