Sudeep s commited on
Commit
2d0ecb2
1 Parent(s): 62dc913

update examples folder

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -60,8 +60,7 @@ def demo():
60
 
61
  # Add two examples for multimodal analysis
62
  examples = [
63
- ["The llama is ", "./examples/llama.png"],
64
- ["The cute hampster is wearing ", "./examples/hampster.png"]
65
  ]
66
 
67
  # Define the interface layout
 
60
 
61
  # Add two examples for multimodal analysis
62
  examples = [
63
+ ["Extract text from this image ", "./examples/text-image-1.jpg"]
 
64
  ]
65
 
66
  # Define the interface layout