Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -220,9 +220,9 @@ def model_inference(input_dict, history):
|
|
220 |
# Gradio Interface Setup
|
221 |
|
222 |
examples = [
|
223 |
-
[{"text": "@video-infer Explain what is happening in this video ?", "files": ["examples/oreo.mp4"]}],
|
224 |
[{"text": "@aya-vision Summarize the letter", "files": ["examples/1.png"]}],
|
225 |
[{"text": "@aya-vision Extract JSON from the image", "files": ["example_images/document.jpg"]}],
|
|
|
226 |
[{"text": "Extract as JSON table from the table", "files": ["examples/4.jpg"]}],
|
227 |
[{"text": "@aya-vision Describe the photo", "files": ["examples/3.png"]}],
|
228 |
[{"text": "@aya-vision Summarize the full image in detail", "files": ["examples/2.jpg"]}],
|
|
|
220 |
# Gradio Interface Setup
|
221 |
|
222 |
examples = [
|
|
|
223 |
[{"text": "@aya-vision Summarize the letter", "files": ["examples/1.png"]}],
|
224 |
[{"text": "@aya-vision Extract JSON from the image", "files": ["example_images/document.jpg"]}],
|
225 |
+
[{"text": "@video-infer Explain what is happening in this video ?", "files": ["examples/oreo.mp4"]}],
|
226 |
[{"text": "Extract as JSON table from the table", "files": ["examples/4.jpg"]}],
|
227 |
[{"text": "@aya-vision Describe the photo", "files": ["examples/3.png"]}],
|
228 |
[{"text": "@aya-vision Summarize the full image in detail", "files": ["examples/2.jpg"]}],
|