Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Multichem/NBA_DFS_ROO
dalynbutler
/
NBA_DFS_ROO
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Multichem
commited on
Oct 19, 2023
Commit
31290bd
·
1 Parent(s):
be4a7d7
Create app.yaml
Browse files
Files changed (1)
hide
show
app.yaml
+10
-0
app.yaml
ADDED
Viewed
@@ -0,0 +1,10 @@
1
+
runtime: python
2
+
env: flex
3
+
4
+
runtime_config:
5
+
python_version: 3
6
+
7
+
entrypoint: streamlit run streamlit-app.py --server.port $PORT
8
+
9
+
automatic_scaling:
10
+
max_num_instances: 2500