Spaces:
Running
Running
Sudeep s
commited on
Commit
•
2d0ecb2
1
Parent(s):
62dc913
update examples folder
Browse files
app.py
CHANGED
@@ -60,8 +60,7 @@ def demo():
|
|
60 |
|
61 |
# Add two examples for multimodal analysis
|
62 |
examples = [
|
63 |
-
["
|
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
|