ZiyuG commited on
Commit
20ad75f
·
verified ·
1 Parent(s): 828fb3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -301,8 +301,8 @@ def main():
301
  show_prompt_button.click(show_prompt_in_3d, inputs=[sample_dropdown, scene_dropdown, prompt_type_dropdown, prompt_sample_dropdown], outputs=[plot1, response])
302
  start_segment_button.click(start_segmentation, inputs=[sample_dropdown, scene_dropdown, prompt_type_dropdown, prompt_sample_dropdown], outputs=[plot1, response])
303
 
304
- app.queue(status_update_rate="auto")
305
- app.launch(share=True, favicon_path="./logo.png")
306
 
307
  if __name__ == "__main__":
308
  main()
 
301
  show_prompt_button.click(show_prompt_in_3d, inputs=[sample_dropdown, scene_dropdown, prompt_type_dropdown, prompt_sample_dropdown], outputs=[plot1, response])
302
  start_segment_button.click(start_segmentation, inputs=[sample_dropdown, scene_dropdown, prompt_type_dropdown, prompt_sample_dropdown], outputs=[plot1, response])
303
 
304
+ #app.queue(status_update_rate="auto")
305
+ app.launch()
306
 
307
  if __name__ == "__main__":
308
  main()