xmrt commited on
Commit
61e5078
·
1 Parent(s): c16cc6a

example dir

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks() as demo:
85
 
86
  gr.Markdown("## Image Examples")
87
  gr.Examples(
88
- examples=[os.path.join(os.path.dirname(__file__), "examples", "IMGP0178.jpg")],
89
  inputs=inputs_file,
90
  outputs=im_output,
91
  fn=query_image,
 
85
 
86
  gr.Markdown("## Image Examples")
87
  gr.Examples(
88
+ examples=os.path.join(os.path.dirname(__file__), "examples", "IMGP0178.jpg"),
89
  inputs=inputs_file,
90
  outputs=im_output,
91
  fn=query_image,