Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Bishawa
/
email-sms-spam-classifier
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Bishawa
commited on
Mar 18, 2023
Commit
3a18434
·
1 Parent(s):
db21bf1
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+9
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
mkdir -p ~/.streamlit/
2
+
3
+
echo "\
4
+
[server]\n\
5
+
port = $PORT\n\
6
+
enableCORS = false\n\
7
+
headless = true\n\
8
+
\n\
9
+
" > ~/.streamlit/config.toml