Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -75,9 +75,9 @@ gr.Interface(
|
|
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 |
-
gr.Examples(['./d1.jpeg', './d2.jpeg', './d3.jpeg','./d4.jpeg','./d5.jpeg','./d6.jpeg'], inputs=input_image)
|
82 |
).launch()
|
83 |
#examples=['./d1.jpeg', './d2.jpeg', './d3.jpeg','./d4.jpeg','./d5.jpeg','./d6.jpeg']
|
|
|
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 |
+
gr.Examples(['./d1.jpeg', './d2.jpeg', './d3.jpeg','./d4.jpeg','./d5.jpeg','./d6.jpeg'], inputs=input_image),
|
79 |
title=title,
|
80 |
description=description,
|
81 |
+
article=article
|
|
|
82 |
).launch()
|
83 |
#examples=['./d1.jpeg', './d2.jpeg', './d3.jpeg','./d4.jpeg','./d5.jpeg','./d6.jpeg']
|