Spaces:
Running
on
Zero
Running
on
Zero
height変更
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks() as demo:
|
|
57 |
submit = None
|
58 |
with gr.Row():
|
59 |
with gr.Column() as input_col:
|
60 |
-
input_image = gr.Image(type="pil", label="Input Image")
|
61 |
with gr.Tab("original"):
|
62 |
original_mode = gr.Text("original", label="Mode", visible=False)
|
63 |
original_submit = gr.Button("Submit", variant="primary")
|
|
|
57 |
submit = None
|
58 |
with gr.Row():
|
59 |
with gr.Column() as input_col:
|
60 |
+
input_image = gr.Image(type="pil", label="Input Image", height=512)
|
61 |
with gr.Tab("original"):
|
62 |
original_mode = gr.Text("original", label="Mode", visible=False)
|
63 |
original_submit = gr.Button("Submit", variant="primary")
|