xmrt commited on
Commit
ae6d882
·
1 Parent(s): 21a028c

new example loc

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,6 +84,6 @@ with gr.Blocks() as demo:
84
  gr.Markdown("## Image Examples")
85
  examples= ["IMGP0178.jpg"]
86
 
87
- gr.Examples(["IMGP0178.jpg", "coffee.jpg"], inputs_file, im_output, query_image)
88
 
89
  demo.launch()
 
84
  gr.Markdown("## Image Examples")
85
  examples= ["IMGP0178.jpg"]
86
 
87
+ gr.Examples(['IMGP0178.jpg', 'coffee.jpg'], inputs_file, im_output, query_image)
88
 
89
  demo.launch()