Spaces:
Build error
Build error
merge
Browse files- .gitattributes +1 -0
- app.py +3 -4
- areopoli1.jpeg +0 -0
- areopoli2.jpeg +3 -0
.gitattributes
CHANGED
@@ -27,3 +27,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
27 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
28 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
29 |
anafi2.jpeg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
27 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
28 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
29 |
anafi2.jpeg filter=lfs diff=lfs merge=lfs -text
|
30 |
+
areopoli2.jpeg filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
@@ -182,8 +182,8 @@ iface = gr.Interface(
|
|
182 |
gr.inputs.Slider(minimum=1, maximum=255, step=25, default=100, label="Binarization Threshold"),
|
183 |
gr.inputs.Textbox(lines=1, default="", label="SF IDs to show (comma separated numbers from 0-255; typing 'rX' will return X random SFs", optional=True)],
|
184 |
outputs=[
|
185 |
-
"plot",
|
186 |
-
"plot",
|
187 |
gr.outputs.Textbox(label="SFs")],
|
188 |
# outputs=gr.outputs.Image(shape=(1024,2048), type="plot"),
|
189 |
title=title,
|
@@ -196,7 +196,6 @@ iface = gr.Interface(
|
|
196 |
["chateau_1.png", "chateau_2.png", 2, 100, '55,14,5,4,52,57,40,9'],
|
197 |
["anafi1.jpeg", "anafi2.jpeg", 4, 50, '99,100,142,213,236'],
|
198 |
["areopoli1.jpeg", "areopoli2.jpeg", 4, 50, '99,100,142,213,236'],
|
199 |
-
|
200 |
-
],
|
201 |
)
|
202 |
iface.launch(enable_queue=True)
|
|
|
182 |
gr.inputs.Slider(minimum=1, maximum=255, step=25, default=100, label="Binarization Threshold"),
|
183 |
gr.inputs.Textbox(lines=1, default="", label="SF IDs to show (comma separated numbers from 0-255; typing 'rX' will return X random SFs", optional=True)],
|
184 |
outputs=[
|
185 |
+
gr.outputs.Image(type="plot", label="First Image SFs"),
|
186 |
+
gr.outputs.Image(type="plot", label="Second Image SFs"),
|
187 |
gr.outputs.Textbox(label="SFs")],
|
188 |
# outputs=gr.outputs.Image(shape=(1024,2048), type="plot"),
|
189 |
title=title,
|
|
|
196 |
["chateau_1.png", "chateau_2.png", 2, 100, '55,14,5,4,52,57,40,9'],
|
197 |
["anafi1.jpeg", "anafi2.jpeg", 4, 50, '99,100,142,213,236'],
|
198 |
["areopoli1.jpeg", "areopoli2.jpeg", 4, 50, '99,100,142,213,236'],
|
199 |
+
]
|
|
|
200 |
)
|
201 |
iface.launch(enable_queue=True)
|
areopoli1.jpeg
ADDED
areopoli2.jpeg
ADDED
Git LFS Details
|