Update app.py
Browse files
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.",
|