Spaces:
Runtime error
Runtime error
Commit
·
bcfca13
1
Parent(s):
9e2d807
Update app.py
Browse files
app.py
CHANGED
@@ -192,8 +192,8 @@ with gr.Blocks() as demo:
|
|
192 |
with gr.Column(scale=4):
|
193 |
# gr.Image(output)
|
194 |
image_output = gr.Image(interactive=False, label="Localization Output", every=1.0, shape=[224,224], type='pil',value=PILImage.open('ffffff.png'))
|
195 |
-
with gr.Row(scale=
|
196 |
-
user_input = gr.Textbox(show_label=False, placeholder="Input..."
|
197 |
with gr.Row(scale=1):
|
198 |
with gr.Column(scale=2):
|
199 |
submitBtn = gr.Button("Submit", variant="primary")
|
|
|
192 |
with gr.Column(scale=4):
|
193 |
# gr.Image(output)
|
194 |
image_output = gr.Image(interactive=False, label="Localization Output", every=1.0, shape=[224,224], type='pil',value=PILImage.open('ffffff.png'))
|
195 |
+
with gr.Row(scale=3):
|
196 |
+
user_input = gr.Textbox(show_label=False, placeholder="Input...").style(container=False)
|
197 |
with gr.Row(scale=1):
|
198 |
with gr.Column(scale=2):
|
199 |
submitBtn = gr.Button("Submit", variant="primary")
|