Spaces:
Running
Running
pragnakalp
commited on
Commit
•
5b4920d
1
Parent(s):
0cc82f8
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,8 @@ from transformers import AutoTokenizer, AutoModelWithLMHead
|
|
3 |
import gc
|
4 |
import os
|
5 |
import pandas as pd
|
|
|
|
|
6 |
|
7 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
8 |
DATASET_NAME = "emotion_detection"
|
|
|
3 |
import gc
|
4 |
import os
|
5 |
import pandas as pd
|
6 |
+
import huggingface_hub
|
7 |
+
from huggingface_hub import Repository
|
8 |
|
9 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
10 |
DATASET_NAME = "emotion_detection"
|