Spaces:
Sleeping
Sleeping
FantasticGNU
commited on
Commit
•
c09a5e3
1
Parent(s):
a9dbad7
Update app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ with gr.Blocks() as demo:
|
|
188 |
with gr.Column(scale=3):
|
189 |
with gr.Row(scale=5):
|
190 |
with gr.Column(scale=6):
|
191 |
-
chatbot = gr.Chatbot()
|
192 |
with gr.Column(scale=4):
|
193 |
# gr.Image(output)
|
194 |
image_output = gr.Image(interactive=False, label="Localization Output", type='pil',value=PILImage.open('ffffff.png'))
|
|
|
188 |
with gr.Column(scale=3):
|
189 |
with gr.Row(scale=5):
|
190 |
with gr.Column(scale=6):
|
191 |
+
chatbot = gr.Chatbot().style(height=440)
|
192 |
with gr.Column(scale=4):
|
193 |
# gr.Image(output)
|
194 |
image_output = gr.Image(interactive=False, label="Localization Output", type='pil',value=PILImage.open('ffffff.png'))
|