ageraustine commited on
Commit
ade613c
1 Parent(s): 8811c1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import numpy as np
5
  import os
6
 
7
  # Replace with your actual API endpoint URL
8
- API_URL = "https://api-inference.huggingface.co/models/facebook/musicgen-small"
9
 
10
  # Retrieve the token from environment variables using `os.getenv()`
11
  TOKEN = os.getenv("ACCESS_TOKEN")
 
5
  import os
6
 
7
  # Replace with your actual API endpoint URL
8
+ API_URL = "https://jwry1smafa0ql7pc.us-east-1.aws.endpoints.huggingface.cloud"
9
 
10
  # Retrieve the token from environment variables using `os.getenv()`
11
  TOKEN = os.getenv("ACCESS_TOKEN")