kshahnathwani commited on
Commit
0895ab4
·
verified ·
1 Parent(s): f96f9cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "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")
 
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")