Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ footer {display: none !important;} /* Hide footer */
|
|
62 |
|
63 |
with gr.Blocks(css=css) as demo:
|
64 |
with gr.Column():
|
65 |
-
image_input = gr.Image(type="numpy", label="Upload Image")
|
66 |
process_button = gr.Button("Process Image")
|
67 |
|
68 |
def update_status(img):
|
|
|
62 |
|
63 |
with gr.Blocks(css=css) as demo:
|
64 |
with gr.Column():
|
65 |
+
image_input = gr.Image(type="numpy", label="Upload Image", height=300)
|
66 |
process_button = gr.Button("Process Image")
|
67 |
|
68 |
def update_status(img):
|