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

Update app.py

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