Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool Usage #6

Open
JacobLinCool opened this issue Nov 5, 2023 · 1 comment
Open

Tool Usage #6

JacobLinCool opened this issue Nov 5, 2023 · 1 comment
Assignees

Comments

@JacobLinCool
Copy link
Collaborator

JacobLinCool commented Nov 5, 2023

Currently this tool has two way to use, the CLI (the bundled binary) and the Web UI. The CLI and the Web UI both support the same arguments.

The Web UI is developed with Gradio, and the demo is available at: https://huggingface.co/spaces/bcg-unet/demo

However, the two methods of distribution (the bundled binary and the Web UI hosted on Hugging Face) encounter different issues:

The bundled binary suffers from a slow startup time due to IO bottlenecks, and GPU acceleration cannot be enabled due to the complexity of platform-dependent dependencies.

The Web UI faces resource limitations, such as restrictions on file size and computational resources. Additionally, long-running connections may be interrupted by network issues, leading to task cancellations.

Screenshot of the Web UI demo on Huggingface:

@JacobLinCool
Copy link
Collaborator Author

JacobLinCool commented Nov 6, 2023

We may need to check the environmental restrictions in the lab.

  • Can we use Container?
  • Any GPU Acceleration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant