Update app.py
Browse files
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(
|
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()
|