xmrt commited on
Commit
dd361ec
·
1 Parent(s): b384615

check examples

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -83,8 +83,8 @@ with gr.Blocks() as demo:
83
 
84
  gr.Markdown("## Image Examples")
85
 
86
- # gr.Examples([os.path.join(os.path.dirname(__file__), "assets/IMGP0178.jpg"), os.path.join(os.path.dirname(__file__), "assets/coffee.jpg")],
87
- # [inputs_file], [im_output], query_image
88
- # )
89
 
90
  demo.launch()
 
83
 
84
  gr.Markdown("## Image Examples")
85
 
86
+ gr.Examples([os.path.join(os.path.dirname(__file__), "assets/IMGP0178.jpg"), os.path.join(os.path.dirname(__file__), "assets/coffee.jpg")],
87
+ [inputs_file], [im_output], query_image
88
+ )
89
 
90
  demo.launch()