flocolombari commited on
Commit
eca6068
·
1 Parent(s): 4c30b0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def process_video(video):
45
  iface = gr.Interface(
46
  fn=process_video,
47
  inputs=gr.inputs.Video(label="Votre Vidéo"),
48
- outputs="description",
49
  live=True
50
  )
51
 
 
45
  iface = gr.Interface(
46
  fn=process_video,
47
  inputs=gr.inputs.Video(label="Votre Vidéo"),
48
+ outputs="text",
49
  live=True
50
  )
51