pragnakalp commited on
Commit
57e4f69
·
1 Parent(s): b457150

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ except:
33
  print("file not found")
34
 
35
  repo = Repository(
36
- local_dir="que_gen_logs", clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN
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):