Spaces:
Paused
Paused
Update app.py
Browse files
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('
|
| 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"
|