Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ demo = gr.ChatInterface(
|
|
97 |
fn=respond,
|
98 |
examples=[[{
|
99 |
"text": "Solve this question.",
|
100 |
-
"files": [ "
|
101 |
}
|
102 |
]],
|
103 |
multimodal=True,
|
|
|
97 |
fn=respond,
|
98 |
examples=[[{
|
99 |
"text": "Solve this question.",
|
100 |
+
"files": [ "example.png" ]
|
101 |
}
|
102 |
]],
|
103 |
multimodal=True,
|