Spaces:
Running
Running
pragnakalp
commited on
Commit
·
57e4f69
1
Parent(s):
b457150
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ except:
|
|
33 |
print("file not found")
|
34 |
|
35 |
repo = Repository(
|
36 |
-
local_dir="
|
37 |
)
|
38 |
|
39 |
def get_emotion(text):
|
|
|
33 |
print("file not found")
|
34 |
|
35 |
repo = Repository(
|
36 |
+
local_dir="emotion_detection_logs", clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN
|
37 |
)
|
38 |
|
39 |
def get_emotion(text):
|