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
0920bdc
·
1 Parent(s):
7c32f35
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
+
#
pip install transformers==2.5.0
2
+
#
pip install spacy-transformers==0.6.0
3
4
5
import streamlit as st