Spaces:
Running
Running
KB Teo
commited on
Commit
·
508121b
1
Parent(s):
098c98c
Test
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def launch():
|
|
49 |
interactive=False
|
50 |
)
|
51 |
output_image = gr.Image(label="Output image")
|
52 |
-
output_heatmap = gr.Image(label="Heatmap")
|
53 |
model = gr.Text(label="Model", interactive=False, value="models/default")
|
54 |
intf = gr.Interface(
|
55 |
title="Anomaly Detection",
|
|
|
49 |
interactive=False
|
50 |
)
|
51 |
output_image = gr.Image(label="Output image")
|
52 |
+
output_heatmap = gr.Image(label="Heatmap")
|
53 |
model = gr.Text(label="Model", interactive=False, value="models/default")
|
54 |
intf = gr.Interface(
|
55 |
title="Anomaly Detection",
|