to-be commited on
Commit
f0aa955
1 Parent(s): c5466a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks() as demo:
72
  gr.Markdown(description)
73
  btn = gr.Button("Run")
74
  with gr.Row():
75
- with gr.Column(min_width=600):
76
  inp = gr.Image().style(height=800)
77
  with gr.Column():
78
  out = gr.JSON()
 
72
  gr.Markdown(description)
73
  btn = gr.Button("Run")
74
  with gr.Row():
75
+ with gr.Column():
76
  inp = gr.Image().style(height=800)
77
  with gr.Column():
78
  out = gr.JSON()