Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ demo = gr.Interface(
|
|
| 94 |
gr.Slider(0, 1, value=0.5,label="Overall opacity of the overlay"),
|
| 95 |
],
|
| 96 |
outputs = [
|
| 97 |
-
gr.Label(label="Class", container=True, show_label= True)
|
| 98 |
gr.Image(width= 256, height=256,label="Output Image"),
|
| 99 |
gr.Label(label="Confidences", container=True, show_label= True),
|
| 100 |
],
|
|
|
|
| 94 |
gr.Slider(0, 1, value=0.5,label="Overall opacity of the overlay"),
|
| 95 |
],
|
| 96 |
outputs = [
|
| 97 |
+
gr.Label(label="Class", container=True, show_label= True),
|
| 98 |
gr.Image(width= 256, height=256,label="Output Image"),
|
| 99 |
gr.Label(label="Confidences", container=True, show_label= True),
|
| 100 |
],
|