Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|