artificialguybr commited on
Commit
774a7d2
·
verified ·
1 Parent(s): 1badb48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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