Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from IPython.display import Audio, display
|
|
| 7 |
from freeGPT import Client
|
| 8 |
|
| 9 |
api_token = os.environ.get("API_TOKEN")
|
| 10 |
-
API_URL = "https://api-inference.huggingface.co/models/facebook/musicgen-
|
| 11 |
API_URL_IMG = "https://api-inference.huggingface.co/models/goofyai/3d_render_style_xl"
|
| 12 |
headers = {"Authorization": f"Bearer {api_token}"}
|
| 13 |
st.title("✨ AI Tracks Generator")
|
|
|
|
| 7 |
from freeGPT import Client
|
| 8 |
|
| 9 |
api_token = os.environ.get("API_TOKEN")
|
| 10 |
+
API_URL = "https://api-inference.huggingface.co/models/facebook/musicgen-small"
|
| 11 |
API_URL_IMG = "https://api-inference.huggingface.co/models/goofyai/3d_render_style_xl"
|
| 12 |
headers = {"Authorization": f"Bearer {api_token}"}
|
| 13 |
st.title("✨ AI Tracks Generator")
|