Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
erikacardenas300
/
Company_Classifier
like
4
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
erikacardenas300
commited on
Apr 1, 2022
Commit
5d6cdbc
·
1 Parent(s):
5487630
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import os
2
os.system('pip install transformers')
3
os.system('pip install TextBlob')
1
+
pip3 install torch torchvision
2
+
3
import os
4
os.system('pip install transformers')
5
os.system('pip install TextBlob')