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