I recently deploy docker on hugging face space. Build was successfull. Basically it is the Gradio app.
Everything seems fine but yet the space starting is taking forever time.
The logs are
===== Application Startup at 2025-04-17 11:49:28 =====
/opt/conda/envs/vton/lib/python3.10/site-packages/transformers/utils/hub.py:124: FutureWarning: Using TRANSFORMERS_CACHE
is deprecated and will be removed in v5 of Transformers. Use HF_HOME
instead.
warnings.warn(
/opt/conda/envs/vton/lib/python3.10/site-packages/diffusers/utils/outputs.py:63: FutureWarning: torch.utils._pytree._register_pytree_node
is deprecated. Please use torch.utils._pytree.register_pytree_node
instead.
torch.utils._pytree._register_pytree_node(
- Running on local URL: http://127.0.0.1:7860
To create a public link, set share=True
in launch()
.
Please guide me what the issue could be?