Docfile commited on
Commit
6b13538
·
verified ·
1 Parent(s): b61d90b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def describe_video(pp,video_file):
47
  # Create the Gradio interface
48
  iface = gr.Interface(
49
  fn=describe_video,
50
- inputs=[gr.Textbox(),gr.Video()],
51
  outputs=gr.Textbox(),
52
  title="y Video.",
53
  description="Pose des questions sur la vidéo et obtient une réponse.",
 
47
  # Create the Gradio interface
48
  iface = gr.Interface(
49
  fn=describe_video,
50
+ inputs=[gr.Textbox(label="Question:", lines=3) ,gr.Video()],
51
  outputs=gr.Textbox(),
52
  title="y Video.",
53
  description="Pose des questions sur la vidéo et obtient une réponse.",