Spaces:
Running
on
T4
Running
on
T4
FantasticGNU
commited on
Commit
•
d14d4e3
1
Parent(s):
ea64d45
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", type='pil',value=PILImage.open('ffffff.png'))
|
195 |
with gr.Row():
|
196 |
-
user_input = gr.Textbox(show_label=False, placeholder="Input...", lines=
|
197 |
with gr.Row():
|
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", type='pil',value=PILImage.open('ffffff.png'))
|
195 |
with gr.Row():
|
196 |
+
user_input = gr.Textbox(show_label=False, placeholder="Input...", lines=12).style(container=False)
|
197 |
with gr.Row():
|
198 |
with gr.Column(scale=2):
|
199 |
submitBtn = gr.Button("Submit", variant="primary")
|