Spaces:
Runtime error
Runtime error
cccmatthew
commited on
Commit
•
a63e5db
1
Parent(s):
c9c2e0b
fix []
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import matplotlib.pyplot as plt
|
|
8 |
import os
|
9 |
|
10 |
##########################
|
11 |
-
SECRET = os.environ
|
12 |
headers = {"Authorization": "Bearer " + SECRET}
|
13 |
API_URL = "https://api-inference.huggingface.co/models/cccmatthew/surrey-gp30"
|
14 |
##########################
|
|
|
8 |
import os
|
9 |
|
10 |
##########################
|
11 |
+
SECRET = os.environ["HF"]
|
12 |
headers = {"Authorization": "Bearer " + SECRET}
|
13 |
API_URL = "https://api-inference.huggingface.co/models/cccmatthew/surrey-gp30"
|
14 |
##########################
|