Spaces:
Running
Running
A newer version of the Gradio SDK is available: 6.24.0
- Fix import error:
No module named 'model'by making HFsys.pathinjection robust inapp.py. - Push rebuild updates to HF Space.
- Next: address missing weights in HF runtime (space has only code files). This requires either:
- adding a small script/logic to download weights from Hugging Face at runtime (using
snapshot_download), AND/OR - ensuring your weights exist in the Space repo under a mounted
checkpoints/path.
- adding a small script/logic to download weights from Hugging Face at runtime (using