Vvaann commited on
Commit
5b33f29
·
verified ·
1 Parent(s): 5a6fdb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  ],