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...
3976ceb
chatbox2
/
start.sh
thewellermangroup
Update start.sh
116f938
about 1 year ago
raw
Copy download link
history
blame
Safe
178 Bytes
#!/bin/bash
# Run Python script to create the large text file
python /FUNCTIONS/functions.py
# Start the Flask app with Gunicorn
gunicorn -b 0.0.0.0:7860 app:app --
timeout
950