Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -82,8 +82,8 @@ def demo():
|
|
82 |
|
83 |
# Add two examples for multimodal analysis
|
84 |
examples = [
|
85 |
-
["The llama is ", "./examples/
|
86 |
-
["The cute hampster is wearing ", "./examples/
|
87 |
]
|
88 |
|
89 |
# Define the interface layout
|
|
|
82 |
|
83 |
# Add two examples for multimodal analysis
|
84 |
examples = [
|
85 |
+
["The llama is ", "./examples/llama.png"],
|
86 |
+
["The cute hampster is wearing ", "./examples/hampster.png"]
|
87 |
]
|
88 |
|
89 |
# Define the interface layout
|