You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: