Spaces:
Running
on
A10G
Running
on
A10G
JingyeChen
commited on
Commit
•
46ad52c
1
Parent(s):
c59049f
update
Browse files
app.py
CHANGED
@@ -475,6 +475,7 @@ with gr.Blocks() as demo:
|
|
475 |
with gr.Accordion("Intermediate results", open=False):
|
476 |
gr.Markdown("Composed prompt")
|
477 |
composed_prompt = gr.Textbox(label='')
|
|
|
478 |
layout = gr.Image(height=256, width=256)
|
479 |
|
480 |
|
|
|
475 |
with gr.Accordion("Intermediate results", open=False):
|
476 |
gr.Markdown("Composed prompt")
|
477 |
composed_prompt = gr.Textbox(label='')
|
478 |
+
gr.Markdown("Layout visualization")
|
479 |
layout = gr.Image(height=256, width=256)
|
480 |
|
481 |
|