Spaces:
Running
on
L40S
Running
on
L40S
set input gradio image dimensions
Browse files
app.py
CHANGED
@@ -113,7 +113,8 @@ with gr.Blocks(css=css) as demo:
|
|
113 |
label="Input image",
|
114 |
sources=["upload"],
|
115 |
type="filepath",
|
116 |
-
height=
|
|
|
117 |
)
|
118 |
with gr.Tab("HEAD"):
|
119 |
with gr.Column():
|
|
|
113 |
label="Input image",
|
114 |
sources=["upload"],
|
115 |
type="filepath",
|
116 |
+
height=512,
|
117 |
+
width=512
|
118 |
)
|
119 |
with gr.Tab("HEAD"):
|
120 |
with gr.Column():
|