xmrt commited on
Commit
e35e162
·
1 Parent(s): b62faf4

example dir

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. examples/IMGP0178.jpg +0 -0
app.py CHANGED
@@ -86,7 +86,7 @@ with gr.Blocks() as demo:
86
  gr.Markdown("## Image Examples")
87
 
88
  gr.Examples(
89
- examples=os.path.join(os.path.dirname(__file__), "examples", "IMGP0178.jpg"),
90
  inputs=[gr.Image(source="upload"), gr.Textbox(), gr.Slider(0, 1, value=0.1)],
91
  outputs=gr.Image(),
92
  fn=query_image,
 
86
  gr.Markdown("## Image Examples")
87
 
88
  gr.Examples(
89
+ examples=[os.path.join(os.path.dirname(__file__), "assets/IMGP0178.jpg"), os.path.join(os.path.dirname(__file__), "assets/coffee.jpg")],
90
  inputs=[gr.Image(source="upload"), gr.Textbox(), gr.Slider(0, 1, value=0.1)],
91
  outputs=gr.Image(),
92
  fn=query_image,
examples/IMGP0178.jpg DELETED
Binary file (59.8 kB)