prithivMLmods commited on
Commit
41a7733
·
verified ·
1 Parent(s): 63ebed4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.jpg"],
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"],