Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def generate_image(model_name: str, text: str, image: Image.Image,
|
|
90 |
# Define examples for image inference
|
91 |
image_examples = [
|
92 |
["Explain the movie shot in detail.", "images/4.png"],
|
93 |
-
["OCR the image in the same format to .md.", "images/5.
|
94 |
["According to this diagram, where do severe droughts occur?", "images/1.png"],
|
95 |
["Could you describe this image?", "images/2.jpg"],
|
96 |
["Provide a description of this image.", "images/3.jpg"],
|
|
|
90 |
# Define examples for image inference
|
91 |
image_examples = [
|
92 |
["Explain the movie shot in detail.", "images/4.png"],
|
93 |
+
["OCR the image in the same format to .md.", "images/5.png"],
|
94 |
["According to this diagram, where do severe droughts occur?", "images/1.png"],
|
95 |
["Could you describe this image?", "images/2.jpg"],
|
96 |
["Provide a description of this image.", "images/3.jpg"],
|