Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks(css=css) as demo:
|
|
76 |
|
77 |
with gr.Row():
|
78 |
input_image = gr.Image(label="Input Image", type='numpy', elem_id='img-display-input')
|
79 |
-
with gr.Column:
|
80 |
processing_res_choice = gr.Radio(
|
81 |
[
|
82 |
("Native", 0),
|
|
|
76 |
|
77 |
with gr.Row():
|
78 |
input_image = gr.Image(label="Input Image", type='numpy', elem_id='img-display-input')
|
79 |
+
with gr.Column():
|
80 |
processing_res_choice = gr.Radio(
|
81 |
[
|
82 |
("Native", 0),
|