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(['IMGP0178.jpg', 'coffee.jpg'], inputs_file, im_output, query_image)
|
88 |
|
89 |
demo.launch()
|