Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Navya-Sree
/
AI-SQL-Query-Generator-on-Hugging-Face
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Navya-Sree
commited on
Jul 2
Commit
c064332
·
verified
·
1 Parent(s):
972cf01
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+5
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
#!/bin/bash
2
+
3
+
# setup.sh
4
+
echo "Setting up environment..."
5
+
pip install -r requirements.txt