cccmatthew commited on
Commit
a63e5db
1 Parent(s): c9c2e0b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import matplotlib.pyplot as plt
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
  ##########################
 
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
  ##########################