Spaces:
Sleeping
Sleeping
Commit ·
158e805
1
Parent(s): f6d9c18
Update app configuration for Hugging Face Spaces
Browse files
app.py
CHANGED
|
@@ -37,10 +37,7 @@ iface = gr.Interface(
|
|
| 37 |
],
|
| 38 |
outputs=gr.Textbox(label="Model Response"),
|
| 39 |
title="Video Analysis with VLM",
|
| 40 |
-
description="Upload a video and ask questions about it. The model will analyze the video and respond to your prompt."
|
| 41 |
-
examples=[
|
| 42 |
-
["https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/beignets-task-guide.mp4", "What is happening in this video?"]
|
| 43 |
-
]
|
| 44 |
)
|
| 45 |
|
| 46 |
# Launch the app for Hugging Face Spaces
|
|
|
|
| 37 |
],
|
| 38 |
outputs=gr.Textbox(label="Model Response"),
|
| 39 |
title="Video Analysis with VLM",
|
| 40 |
+
description="Upload a video and ask questions about it. The model will analyze the video and respond to your prompt."
|
|
|
|
|
|
|
|
|
|
| 41 |
)
|
| 42 |
|
| 43 |
# Launch the app for Hugging Face Spaces
|