vyles commited on
Commit
ec6a7c2
·
verified ·
1 Parent(s): ee5e1eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -86,7 +86,6 @@ with demo:
86
  output_box = gr.Markdown("") # will display the result in Markdown (supports bold, lists, etc.)
87
  # Example images (if available in the repo)
88
  gr.Examples(
89
- examples=[["example1.jpg"], ["example2.png"]], # Example file paths (ensure these exist in the Space)
90
  inputs=image_in,
91
  outputs=output_box,
92
  fn=tag_image,
 
86
  output_box = gr.Markdown("") # will display the result in Markdown (supports bold, lists, etc.)
87
  # Example images (if available in the repo)
88
  gr.Examples(
 
89
  inputs=image_in,
90
  outputs=output_box,
91
  fn=tag_image,