h-siyuan commited on
Commit
b521301
·
verified ·
1 Parent(s): 1aac498

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -291,8 +291,8 @@ def build_demo(embed_mode, concurrency_count=1):
291
  )
292
 
293
  with gr.Column(scale=8):
294
- # output_gallery = gr.Gallery(label="Iterative Refinement", object_fit="contain")
295
- output_gallery = gr.Gallery(label="Iterative Refinement")
296
  output_coords = gr.Textbox(label="Final Clickable Coordinates")
297
 
298
  gr.HTML(
 
291
  )
292
 
293
  with gr.Column(scale=8):
294
+ output_gallery = gr.Gallery(label="Iterative Refinement", object_fit="contain")
295
+ # output_gallery = gr.Gallery(label="Iterative Refinement")
296
  output_coords = gr.Textbox(label="Final Clickable Coordinates")
297
 
298
  gr.HTML(