Spaces:
Running
Running
Update app.py
Browse files
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,
|