Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -141,11 +141,10 @@ with demo:
|
|
141 |
text_button4 = gr.Button("Flip")
|
142 |
with gr.TabItem("From youtube"):
|
143 |
with gr.Row():
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
text_button2 = gr.Button("Flip")
|
149 |
with gr.TabItem("From twitch"):
|
150 |
with gr.Row():
|
151 |
twitch_input = gr.Textbox(label="Insert your twitch link or ID here.",
|
|
|
141 |
text_button4 = gr.Button("Flip")
|
142 |
with gr.TabItem("From youtube"):
|
143 |
with gr.Row():
|
144 |
+
youtube_input = gr.Textbox(
|
145 |
+
label="Insert your youtube link here.", placeholder='https://www.youtube.com/watch?v=dQw4w9WgXcQ')
|
146 |
+
youtube_output = gr.Textbox()
|
147 |
+
text_button2 = gr.Button("Flip")
|
|
|
148 |
with gr.TabItem("From twitch"):
|
149 |
with gr.Row():
|
150 |
twitch_input = gr.Textbox(label="Insert your twitch link or ID here.",
|