Hugging Face
Models
Datasets
Spaces
Posts
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
901e561
·
1 Parent(s):
0920bdc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
-
#pip
install
transformers==2.5.0
2
-
#
pip install
spacy-
transformers
==0.6.0
3
4
5
import streamlit as st
1
+
import
os
2
+
os.system('
pip install transformers
')
3
4
5
import streamlit as st