Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import shutil
|
|
8 |
import os
|
9 |
|
10 |
# Load inference.py and model
|
11 |
-
repo_id = "logasanjeev/
|
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 |
|