Update app.py
Browse files
app.py
CHANGED
@@ -380,7 +380,7 @@ def create_interface():
|
|
380 |
with gr.Blocks() as demo:
|
381 |
# Add the icon above the title using a Gradio Image component
|
382 |
with gr.Row():
|
383 |
-
gr.Image(value="appendix/icon.webp", width=
|
384 |
|
385 |
gr.Markdown("# Image Anomaly-Surprise Detection")
|
386 |
gr.Markdown(
|
|
|
380 |
with gr.Blocks() as demo:
|
381 |
# Add the icon above the title using a Gradio Image component
|
382 |
with gr.Row():
|
383 |
+
gr.Image(value="appendix/icon.webp", width=10, show_label=False, interactive=False)
|
384 |
|
385 |
gr.Markdown("# Image Anomaly-Surprise Detection")
|
386 |
gr.Markdown(
|