LPX55 commited on
Commit
a46024d
·
verified ·
1 Parent(s): f25b9e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ subprocess.run(["playwright", "install"])
15
 
16
  # Load environment variables
17
  load_dotenv()
18
- HUGGINGFACEHUB_API_TOKEN = os.getenv('HUGGINGFACEHUB_API_TOKEN')
19
 
20
  # Initialize the model instances
21
  #repo_id = "mistralai/Mistral-7B-Instruct-v0.2"
 
15
 
16
  # Load environment variables
17
  load_dotenv()
18
+ HUGGINGFACEHUB_API_TOKEN = os.getenv('HF_TOKEN')
19
 
20
  # Initialize the model instances
21
  #repo_id = "mistralai/Mistral-7B-Instruct-v0.2"