ghostai1 commited on
Commit
e61b2f6
Β·
verified Β·
1 Parent(s): 10d9f73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -1,10 +1,3 @@
1
- #!/usr/bin/env python3
2
- """
3
- GhostAI Music Generator β€” ZeroGPU Space
4
- β€’ Streams facebook/musicgen-medium from the Hub using your HF_TOKEN
5
- β€’ Installs audiocraft 1.3.0 (no-deps) at runtime
6
- β€’ Decorated with @spaces.GPU so each request gets a free transient GPU
7
- """
8
 
9
  # ── 0. ZeroGPU decorator (must be first) ───────────────────────────
10
  import spaces # <-- leave this as the very first import
 
 
 
 
 
 
 
 
1
 
2
  # ── 0. ZeroGPU decorator (must be first) ───────────────────────────
3
  import spaces # <-- leave this as the very first import