logasanjeev commited on
Commit
f06bbcf
·
verified ·
1 Parent(s): 78e6e06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import shutil
8
  import os
9
 
10
  # Load inference.py and model
11
- repo_id = "logasanjeev/emotion-analyzer-bert"
12
  local_file = hf_hub_download(repo_id=repo_id, filename="inference.py")
13
  print("Downloaded inference.py successfully!")
14
 
 
8
  import os
9
 
10
  # Load inference.py and model
11
+ repo_id = "logasanjeev/emotions-analyzer-bert"
12
  local_file = hf_hub_download(repo_id=repo_id, filename="inference.py")
13
  print("Downloaded inference.py successfully!")
14