Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
arnikdehnavi
/
citationPrediction
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
arnikdehnavi
commited on
Jun 4, 2023
Commit
ba2d1d5
·
1 Parent(s):
f745bb9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -32,7 +32,7 @@ def data():
32
33
model_lstm=model_lstm()
34
model_cat=model_cat()
35
-
count=
count
()
36
df=data()
37
38
32
33
model_lstm=model_lstm()
34
model_cat=model_cat()
35
+
count=
CountVectorizer
()
36
df=data()
37
38