Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ import pandas as pd
|
|
| 3 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 4 |
import torch
|
| 5 |
from huggingface_hub import login # For authentication
|
|
|
|
| 6 |
|
| 7 |
# Authenticate with Hugging Face
|
| 8 |
def authenticate_huggingface():
|
|
|
|
| 3 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 4 |
import torch
|
| 5 |
from huggingface_hub import login # For authentication
|
| 6 |
+
import os
|
| 7 |
|
| 8 |
# Authenticate with Hugging Face
|
| 9 |
def authenticate_huggingface():
|