Spaces:
Sleeping
Sleeping
artificialguybr
commited on
Commit
•
4765650
1
Parent(s):
bb39a03
Update app.py
Browse files
app.py
CHANGED
@@ -31,8 +31,7 @@ iface = gr.Interface(
|
|
31 |
gr.Textbox(label="URL do Clipe da Twitch"),
|
32 |
gr.Textbox(label="Token de Autenticação (opcional)")
|
33 |
],
|
34 |
-
outputs=gr.Video()
|
35 |
-
]
|
36 |
)
|
37 |
|
38 |
# Executar a interface
|
|
|
31 |
gr.Textbox(label="URL do Clipe da Twitch"),
|
32 |
gr.Textbox(label="Token de Autenticação (opcional)")
|
33 |
],
|
34 |
+
outputs=gr.Video()
|
|
|
35 |
)
|
36 |
|
37 |
# Executar a interface
|