Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,8 @@ import transformers
|
|
3 |
import torch
|
4 |
from peft import PeftModel
|
5 |
|
|
|
|
|
6 |
model_id = "JerniganLab/interviews-and-qa"
|
7 |
|
8 |
pipeline = transformers.pipeline(
|
|
|
3 |
import torch
|
4 |
from peft import PeftModel
|
5 |
|
6 |
+
HF_TOKEN = os.environ.get("HF_TOKEN")
|
7 |
+
|
8 |
model_id = "JerniganLab/interviews-and-qa"
|
9 |
|
10 |
pipeline = transformers.pipeline(
|