Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CamiloVega
/
Fislac_Bot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
CamiloVega
commited on
Nov 17, 2024
Commit
0710e5f
·
verified
·
1 Parent(s):
378ce7e
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+10
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,10 @@
1
+
#!/bin/bash
2
+
3
+
# Update pip
4
+
python -m pip install --upgrade pip
5
+
6
+
# Install dependencies
7
+
pip install -r requirements.txt
8
+
9
+
# Run the application
10
+
python app.py