File size: 452 Bytes
73b60c6
 
 
 
 
153ced5
1
2
3
4
5
6
7
- [x] Fix import error: `No module named 'model'` by making HF `sys.path` injection robust in `app.py`.
- [x] 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.