Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ gr.Interface(
|
|
204 |
gr.inputs.Image(type="numpy", label="Input Image"),
|
205 |
gr.Slider(minimum=0.0, maximum=1.0, value=0.01, label="Minimum score"),
|
206 |
],
|
207 |
-
|
208 |
|
209 |
title=title,
|
210 |
description=description,
|
|
|
204 |
gr.inputs.Image(type="numpy", label="Input Image"),
|
205 |
gr.Slider(minimum=0.0, maximum=1.0, value=0.01, label="Minimum score"),
|
206 |
],
|
207 |
+
|
208 |
|
209 |
title=title,
|
210 |
description=description,
|