new example loc
Browse files
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([
|
88 |
|
89 |
demo.launch()
|
|
|
84 |
gr.Markdown("## Image Examples")
|
85 |
examples= ["IMGP0178.jpg"]
|
86 |
|
87 |
+
gr.Examples([[os.path.join(os.getcwd(), "IMGP0178.jpg")], [os.path.join(os.getcwd(), "coffee.jpg")]], [inputs_file], [im_output], query_image)
|
88 |
|
89 |
demo.launch()
|