Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,6 @@ def model_inference(input_dict, history):
|
|
74 |
|
75 |
# Example inputs
|
76 |
examples = [
|
77 |
-
[{"text": "Explain the movie scene; screen board", "files": ["example_images/int.png"]}],
|
78 |
[{"text": "Describe the document?", "files": ["example_images/document.jpg"]}],
|
79 |
[{"text": "Describe this image.", "files": ["example_images/campeones.jpg"]}],
|
80 |
[{"text": "What does this say?", "files": ["example_images/math.jpg"]}],
|
|
|
74 |
|
75 |
# Example inputs
|
76 |
examples = [
|
|
|
77 |
[{"text": "Describe the document?", "files": ["example_images/document.jpg"]}],
|
78 |
[{"text": "Describe this image.", "files": ["example_images/campeones.jpg"]}],
|
79 |
[{"text": "What does this say?", "files": ["example_images/math.jpg"]}],
|