Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -384,10 +384,12 @@ def create_interface():
|
|
384 |
value="appendix/icon.webp",
|
385 |
width=65,
|
386 |
interactive=False,
|
387 |
-
show_label=False,
|
|
|
388 |
elem_id="icon"
|
389 |
)
|
390 |
-
|
|
|
391 |
|
392 |
gr.Markdown(
|
393 |
"This project offers a tool that identifies surprising elements in images, "
|
|
|
384 |
value="appendix/icon.webp",
|
385 |
width=65,
|
386 |
interactive=False,
|
387 |
+
show_label=False,
|
388 |
+
show_download_button=False,
|
389 |
elem_id="icon"
|
390 |
)
|
391 |
+
with gr.Column(scale=3):
|
392 |
+
gr.Markdown("## Image Anomaly-Surprise Detection")
|
393 |
|
394 |
gr.Markdown(
|
395 |
"This project offers a tool that identifies surprising elements in images, "
|