Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import os
|
|
| 6 |
# Hugging Face API setup
|
| 7 |
# -------------------------
|
| 8 |
# Replace with your org/model name
|
| 9 |
-
API_URL =
|
| 10 |
|
| 11 |
# Expect your HF token as an environment variable (set in HF Space secrets or GitHub Actions)
|
| 12 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
|
|
|
| 6 |
# Hugging Face API setup
|
| 7 |
# -------------------------
|
| 8 |
# Replace with your org/model name
|
| 9 |
+
API_URL = https://api-inference.huggingface.co/models/DS553-Music-Bot/chord_classifier
|
| 10 |
|
| 11 |
# Expect your HF token as an environment variable (set in HF Space secrets or GitHub Actions)
|
| 12 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|