Update app.py
Browse files
app.py
CHANGED
@@ -28,10 +28,10 @@ def gradio_interface(url, auth_token):
|
|
28 |
iface = gr.Interface(
|
29 |
fn=gradio_interface,
|
30 |
inputs=[
|
31 |
-
gr.
|
32 |
-
gr.
|
33 |
],
|
34 |
-
outputs=
|
35 |
examples=[
|
36 |
["https://www.twitch.tv/videos/221837124", None],
|
37 |
["https://www.twitch.tv/videos/221837124", "seu_auth_token"]
|
|
|
28 |
iface = gr.Interface(
|
29 |
fn=gradio_interface,
|
30 |
inputs=[
|
31 |
+
gr.Textbox(label="URL do Clipe da Twitch"),
|
32 |
+
gr.Textbox(label="Token de Autenticação (opcional)", optional=True)
|
33 |
],
|
34 |
+
outputs=gr.Video(),
|
35 |
examples=[
|
36 |
["https://www.twitch.tv/videos/221837124", None],
|
37 |
["https://www.twitch.tv/videos/221837124", "seu_auth_token"]
|