GonzaloMG commited on
Commit
a17d30b
1 Parent(s): 5dc4767

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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),