Ahmad-01 commited on
Commit
c4a8974
·
verified ·
1 Parent(s): 3da828c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -4,10 +4,8 @@ import tempfile
4
  from voxcpm import VoxCPM
5
 
6
  # ===============================
7
- # Load the VoxCPM model once
8
  # ===============================
9
- # IMPORTANT: Do not put snapshot_download here, it causes build-time failures.
10
- # Hugging Face will auto-download weights on first use and cache them.
11
  model = VoxCPM.from_pretrained("openbmb/VoxCPM-0.5B")
12
 
13
  # ===============================
 
4
  from voxcpm import VoxCPM
5
 
6
  # ===============================
7
+ # Load VoxCPM model once
8
  # ===============================
 
 
9
  model = VoxCPM.from_pretrained("openbmb/VoxCPM-0.5B")
10
 
11
  # ===============================