ghostai1 commited on
Commit
c0cfd2f
Β·
verified Β·
1 Parent(s): 5dc8e4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -1,12 +1,3 @@
1
- #!/usr/bin/env python3
2
- """
3
- GhostAI Music Generator β€” ZeroGPU Space
4
- β€’ Each request grabs a transient GPU via Hugging Face ZeroGPU.
5
- β€’ Model: facebook/musicgen-medium (downloaded with HF_TOKEN secret).
6
- β€’ Runtime installs audiocraft==1.3.0 --no-deps to dodge spaCy/typer issues.
7
- """
8
-
9
- # ── 0. ZeroGPU must be imported *before* torch is touched ──────────
10
  import spaces # <-- DO NOT move this lower
11
 
12
  # ── 1. Standard libs ───────────────────────────────────────────────
 
 
 
 
 
 
 
 
 
 
1
  import spaces # <-- DO NOT move this lower
2
 
3
  # ── 1. Standard libs ───────────────────────────────────────────────