Spaces:
Running
on
T4
Running
on
T4
FantasticGNU
commited on
Commit
•
3dfac1f
1
Parent(s):
bcfca13
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ with gr.Blocks() as demo:
|
|
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")
|
|
|
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...", lines=12).style(container=False)
|
197 |
with gr.Row(scale=1):
|
198 |
with gr.Column(scale=2):
|
199 |
submitBtn = gr.Button("Submit", variant="primary")
|