benfunke98 commited on
Commit
53f5b81
·
verified ·
1 Parent(s): 5454976

edited token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  import io
7
  import json
8
 
9
- access_token = os.getenv("access_token")
10
 
11
  # NOTE - we configure docs_url to serve the interactive Docs at the root path
12
  # of the app. This way, we can use the docs as a landing page for the app on Spaces.
 
6
  import io
7
  import json
8
 
9
+ access_token = os.getenv("HF_TOKEN")
10
 
11
  # NOTE - we configure docs_url to serve the interactive Docs at the root path
12
  # of the app. This way, we can use the docs as a landing page for the app on Spaces.