Spaces:
Sleeping
Sleeping
Commit
·
4cc2a8a
1
Parent(s):
8178e23
Model_serving
Browse files
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/
|
| 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 |
|