Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jacobinathanialpeterson
/
chatbox2
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
thewellermangroup
commited on
Jan 2, 2024
Commit
862877e
·
1 Parent(s):
96abe02
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+7
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
#!/bin/bash
2
+
3
+
# Run Python script to create the large text file
4
+
python create_large_file.py
5
+
6
+
# Start the Flask app with Gunicorn
7
+
gunicorn -b 0.0.0.0:7860 app:app --timeout 950