Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -292,7 +292,7 @@ def model_inference(input_dict, history):
|
|
292 |
# Gradio Interface
|
293 |
examples = [
|
294 |
[{"text": "@RolmOCR OCR the Text in the Image", "files": ["rolm/1.jpeg"]}],
|
295 |
-
[{"text": "@RolmOCR OCR the Image", "files": ["rolm/
|
296 |
[{"text": "Can you describe this image?", "files": ["example_images/dogs.jpg"]}],
|
297 |
[{"text": "@aya-vision Summarize the letter", "files": ["examples/1.png"]}],
|
298 |
[{"text": "@aya-vision Extract JSON from the image", "files": ["example_images/document.jpg"]}],
|
|
|
292 |
# Gradio Interface
|
293 |
examples = [
|
294 |
[{"text": "@RolmOCR OCR the Text in the Image", "files": ["rolm/1.jpeg"]}],
|
295 |
+
[{"text": "@RolmOCR OCR the Image", "files": ["rolm/3.jpeg"]}],
|
296 |
[{"text": "Can you describe this image?", "files": ["example_images/dogs.jpg"]}],
|
297 |
[{"text": "@aya-vision Summarize the letter", "files": ["examples/1.png"]}],
|
298 |
[{"text": "@aya-vision Extract JSON from the image", "files": ["example_images/document.jpg"]}],
|