Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,9 +138,9 @@ gr.Interface(
|
|
138 |
inference,
|
139 |
[gr.inputs.Textbox(label="Image URL", placeholder="https://api.digitale-sammlungen.de/iiif/image/v2/bsb10483966_00008/full/500,/0/default.jpg"),
|
140 |
gr.inputs.Image(type="numpy", label="Input Image"),
|
141 |
-
gr.Slider(minimum=0.0, maximum=1.0, value=0.
|
142 |
],
|
143 |
-
gr.
|
144 |
title=title,
|
145 |
description=description,
|
146 |
article=article,
|
|
|
138 |
inference,
|
139 |
[gr.inputs.Textbox(label="Image URL", placeholder="https://api.digitale-sammlungen.de/iiif/image/v2/bsb10483966_00008/full/500,/0/default.jpg"),
|
140 |
gr.inputs.Image(type="numpy", label="Input Image"),
|
141 |
+
gr.Slider(minimum=0.0, maximum=1.0, value=0.1, label="Minimum score"),
|
142 |
],
|
143 |
+
gr.Dataframe(label="Data"),
|
144 |
title=title,
|
145 |
description=description,
|
146 |
article=article,
|