farrosalferro24 commited on
Commit
712e55f
Β·
verified Β·
1 Parent(s): 13518d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -284,12 +284,12 @@ def build_demo():
284
  gr.Examples(
285
  examples=[
286
  {
287
- "text": open("gradio/examples/little_girl.txt").read(),
288
- "files": ["gradio/examples/little_girl.jpg"]
289
  },
290
  {
291
- "text": open("gradio/examples/bus_luggage.txt").read(),
292
- "files": ["gradio/examples/bus_luggage.jpg"]
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],