danielle2003 commited on
Commit
6238876
·
verified ·
1 Parent(s): eaff9ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ except:
19
  pass
20
 
21
  # Get the token from environment variables
22
- HF_TOKEN = os.getenv("HF_TOKEN")
23
 
24
 
25
  if "framework" not in st.session_state:
 
19
  pass
20
 
21
  # Get the token from environment variables
22
+ HF_TOKEN = os.environ.get("HF_TOKEN")
23
 
24
 
25
  if "framework" not in st.session_state: