Aashi commited on
Commit
213e6ee
1 Parent(s): a945308

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,8 +82,8 @@ def demo():
82
 
83
  # Add two examples for multimodal analysis
84
  examples = [
85
- ["The llama is ", "./examples/rococo.jpg"],
86
- ["The cute hampster is wearing ", "./examples/weather_events.png"]
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