Spaces:
Runtime error
Runtime error
| from sam3d_body.gradio_ui.sam3d_body_ui import TEST_INPUT_DIR, main | |
| if __name__ == "__main__": | |
| demo = main() | |
| demo.queue(max_size=1, default_concurrency_limit=1) | |
| demo.launch(ssr_mode=False, allowed_paths=[str(TEST_INPUT_DIR)]) | |