Spaces:
Runtime error
Runtime error
nandovallec
commited on
Commit
•
b30e2fb
1
Parent(s):
d3cc711
Fix dependencies
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ import pandas as pd
|
|
21 |
import os
|
22 |
from scipy.sparse import vstack
|
23 |
from recommender import *
|
24 |
-
import huggingface_hub
|
25 |
from huggingface_hub import Repository
|
26 |
|
27 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
|
|
21 |
import os
|
22 |
from scipy.sparse import vstack
|
23 |
from recommender import *
|
24 |
+
#import huggingface_hub
|
25 |
from huggingface_hub import Repository
|
26 |
|
27 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|