Update app.py
Browse files
app.py
CHANGED
@@ -31,10 +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 |
-
examples=[
|
36 |
-
["https://www.twitch.tv/videos/221837124", ""],
|
37 |
-
["https://www.twitch.tv/videos/221837124", "seu_auth_token"]
|
38 |
]
|
39 |
)
|
40 |
|
|
|
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 |
|