example dir
Browse files- app.py +1 -1
- 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__), "
|
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)
|
|