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 5, 2024
Commit
96fbf56
·
1 Parent(s):
e448c9d
Delete start.sh
Browse files
Files changed (1)
hide
show
start.sh
+0
-7
start.sh
DELETED
Viewed
@@ -1,7 +0,0 @@
1
-
#!/bin/bash
2
-
3
-
# Run Python script to create the large text file
4
-
python /FUNCTIONS/functions.py
5
-
6
-
# Start the Flask app with Gunicorn
7
-
gunicorn -b 0.0.0.0:7860 app:app --timeout 950