cccmatthew commited on
Commit
4cc2a8a
1 Parent(s): 8178e23

Model_serving

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import os
10
  ##########################
11
  SECRET = os.environ["api_secret"]
12
  headers = {"Authorization": "Bearer " + SECRET}
13
- API_URL = "https://api-inference.huggingface.co/models/cccmatthew/surrey-gp30"
14
  ##########################
15
 
16
 
 
10
  ##########################
11
  SECRET = os.environ["api_secret"]
12
  headers = {"Authorization": "Bearer " + SECRET}
13
+ API_URL = "https://api-inference.huggingface.co/models/cccmatthew/model_test"
14
  ##########################
15
 
16