Spaces:
Build error
Build error
temp
Browse files
app.py
CHANGED
|
@@ -139,8 +139,8 @@ iface = gr.Interface(
|
|
| 139 |
gr.inputs.Image(shape=(1024, 1024), type="pil"),
|
| 140 |
gr.inputs.Slider(minimum=1, maximum=7, step=1, default=2, label="Scale"),
|
| 141 |
gr.inputs.Slider(minimum=1, maximum=255, step=25, default=50, label="Binarizatio Threshold")],
|
| 142 |
-
|
| 143 |
-
outputs=gr.outputs.Image(shape=(1024,2048), type="plot"),
|
| 144 |
enable_queue=True,
|
| 145 |
title=title,
|
| 146 |
description=description,
|
|
|
|
| 139 |
gr.inputs.Image(shape=(1024, 1024), type="pil"),
|
| 140 |
gr.inputs.Slider(minimum=1, maximum=7, step=1, default=2, label="Scale"),
|
| 141 |
gr.inputs.Slider(minimum=1, maximum=255, step=25, default=50, label="Binarizatio Threshold")],
|
| 142 |
+
outputs="plot",
|
| 143 |
+
# outputs=gr.outputs.Image(shape=(1024,2048), type="plot"),
|
| 144 |
enable_queue=True,
|
| 145 |
title=title,
|
| 146 |
description=description,
|