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
a84ad6d
·
verified
·
1 Parent(s):
9437a1f
Delete start.sh
Browse files
Files changed (1)
hide
show
start.sh
+0
-10
start.sh
DELETED
Viewed
@@ -1,10 +0,0 @@
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