KWRegan commited on
Commit
e50f964
·
1 Parent(s): db98505
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -196,9 +196,10 @@ def reprat(tok):
196
 
197
 
198
 
199
- hf_token = input("Enter your Huggingface token")
200
  # Or better:
201
  # hf_token = os.environ.get("HUGGING_FACE_HUB_TOKEN")
 
202
 
203
  if hf_token:
204
  print("Logging in to Hugging Face Hub...")
 
196
 
197
 
198
 
199
+ # hf_token = input("Enter your Huggingface token")
200
  # Or better:
201
  # hf_token = os.environ.get("HUGGING_FACE_HUB_TOKEN")
202
+ hf_token = os.getenv('May8WriteRepos')
203
 
204
  if hf_token:
205
  print("Logging in to Hugging Face Hub...")