Spaces:
Running
on
T4
Running
on
T4
FantasticGNU
commited on
Commit
•
a9dbad7
1
Parent(s):
a3e6dcb
Update app.py
Browse files
app.py
CHANGED
@@ -191,7 +191,7 @@ with gr.Blocks() as demo:
|
|
191 |
chatbot = gr.Chatbot()#.style(height=430)
|
192 |
with gr.Column(scale=4):
|
193 |
# gr.Image(output)
|
194 |
-
image_output = gr.Image(interactive=False, label="Localization Output",
|
195 |
with gr.Row(scale=3):
|
196 |
user_input = gr.Textbox(show_label=False, placeholder="Input...", lines=10).style(container=False)
|
197 |
with gr.Row(scale=1):
|
|
|
191 |
chatbot = gr.Chatbot()#.style(height=430)
|
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'))
|
195 |
with gr.Row(scale=3):
|
196 |
user_input = gr.Textbox(show_label=False, placeholder="Input...", lines=10).style(container=False)
|
197 |
with gr.Row(scale=1):
|