Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -72,10 +72,10 @@ gr.Interface(
|
|
72 |
inference,
|
73 |
[gr.inputs.Textbox(label="Image URL", placeholder=""),
|
74 |
gr.inputs.Image(type="filepath", image_mode="RGB", source="upload", optional=False, label="Input Image"),
|
75 |
-
gr.Slider(minimum=0.0, maximum=1.0, value=0.
|
76 |
],
|
77 |
gr.outputs.Image(type="pil", label="Output"),
|
78 |
title=title,
|
79 |
description=description,
|
80 |
article=article,
|
81 |
-
examples=[]).launch()
|
|
|
72 |
inference,
|
73 |
[gr.inputs.Textbox(label="Image URL", placeholder=""),
|
74 |
gr.inputs.Image(type="filepath", image_mode="RGB", source="upload", optional=False, label="Input Image"),
|
75 |
+
gr.Slider(minimum=0.0, maximum=1.0, value=0.4, label="Minimum score"),
|
76 |
],
|
77 |
gr.outputs.Image(type="pil", label="Output"),
|
78 |
title=title,
|
79 |
description=description,
|
80 |
article=article,
|
81 |
+
examples=['./d1.jpeg', './d2.jpeg', './d3.jpeg','./d4.jpeg','./d5.jpeg','./d6.jpeg']).launch()
|