Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
"
|
186 |
-
"
|
187 |
gr.outputs.Textbox(label="SFs")],
|
188 |
# outputs=gr.outputs.Image(shape=(1024,2048), type="plot"),
|
189 |
title=title,
|
|
|
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,
|