Spaces:
Sleeping
Sleeping
fix argumant name
Browse files
app.py
CHANGED
@@ -58,9 +58,9 @@ demo = gr.Interface(
|
|
58 |
fn=process,
|
59 |
inputs=[
|
60 |
# gr.File(label="Slide thumbnail", type="file", accept=".png"),
|
61 |
-
gr.Number(label="X",
|
62 |
-
gr.Number(label="Y",
|
63 |
-
gr.Number(label="Thumbnail size",
|
64 |
gr.File(label="ASAP Annotation", type="file", accept=".xml"),
|
65 |
],
|
66 |
outputs="image",
|
|
|
58 |
fn=process,
|
59 |
inputs=[
|
60 |
# gr.File(label="Slide thumbnail", type="file", accept=".png"),
|
61 |
+
gr.Number(label="X", value=10_000),
|
62 |
+
gr.Number(label="Y", value=10_000),
|
63 |
+
gr.Number(label="Thumbnail size", value=500),
|
64 |
gr.File(label="ASAP Annotation", type="file", accept=".xml"),
|
65 |
],
|
66 |
outputs="image",
|