alexkueck commited on
Commit
58a681b
1 Parent(s): a70b10a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ _ = load_dotenv(find_dotenv())
28
 
29
  # access token with permission to access the model and PRO subscription
30
  #HUGGINGFACEHUB_API_TOKEN = os.getenv("HF_ACCESS_READ")
31
- login(token=os.environ["HF_ACCESS_READ"])
32
 
33
  OAI_API_KEY=os.getenv("OPENAI_API_KEY")
34
 
 
28
 
29
  # access token with permission to access the model and PRO subscription
30
  #HUGGINGFACEHUB_API_TOKEN = os.getenv("HF_ACCESS_READ")
31
+ #login(token=os.environ["HF_ACCESS_READ"])
32
 
33
  OAI_API_KEY=os.getenv("OPENAI_API_KEY")
34