Spaces:
Runtime error
Runtime error
farrosalferro24
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -284,12 +284,12 @@ def build_demo():
|
|
284 |
gr.Examples(
|
285 |
examples=[
|
286 |
{
|
287 |
-
"text": open("
|
288 |
-
"files": ["
|
289 |
},
|
290 |
{
|
291 |
-
"text": open("
|
292 |
-
"files": ["
|
293 |
},
|
294 |
],
|
295 |
inputs=[chat_input],
|
|
|
284 |
gr.Examples(
|
285 |
examples=[
|
286 |
{
|
287 |
+
"text": open("./examples/little_girl.txt").read(),
|
288 |
+
"files": ["./examples/little_girl.jpg"]
|
289 |
},
|
290 |
{
|
291 |
+
"text": open("./examples/bus_luggage.txt").read(),
|
292 |
+
"files": ["./examples/bus_luggage.jpg"]
|
293 |
},
|
294 |
],
|
295 |
inputs=[chat_input],
|