Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,8 +82,8 @@ example_image_dict = {"image": "bruce.png", "mask": example_mask}
|
|
82 |
|
83 |
inputs = [
|
84 |
gr.Image(type="numpy", label="Input Image"),
|
85 |
-
gr.Textbox(label="Destination Height",
|
86 |
-
gr.Textbox(label="Destination Width",
|
87 |
]
|
88 |
|
89 |
outputs = gr.Plot(label="Output")
|
|
|
82 |
|
83 |
inputs = [
|
84 |
gr.Image(type="numpy", label="Input Image"),
|
85 |
+
gr.Textbox(label="Destination Height", value="64"),
|
86 |
+
gr.Textbox(label="Destination Width", value="128"),
|
87 |
]
|
88 |
|
89 |
outputs = gr.Plot(label="Output")
|