Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
IliaLarchenko
/
albumentations-demo
like
6
Running
App
Files
Files
Community
IliaLarchenko
commited on
May 19, 2023
Commit
e7ce37d
•
1 Parent(s):
12bcf65
Heroku fix
Browse files
Files changed (1)
hide
show
Procfile
+1
-1
Procfile
CHANGED
Viewed
@@ -1 +1 @@
1
-
web:
sh
setup
.
sh
&&
streamlit
run
src/app.py
1
+
web:
streamlit
run --server
.
enableCORS
false
--server.enableXsrfProtection
false
--server.port $PORT
src/app.py