Update app.py
Browse files
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(
|
| 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()
|