Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Aklavya
/
SnapSwap
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Aklavya
commited on
Dec 19, 2024
Commit
b70256e
·
verified
·
1 Parent(s):
98e5dcb
Create setup.py
Browse files
Files changed (1)
hide
show
setup.py
+6
-0
setup.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
#!/bin/bash
2
+
# Install dependencies
3
+
pip install -r requirements.txt
4
+
5
+
# Install custom insightface wheel (only if it's required)
6
+
pip install files/insightface-0.2.1-py2.py3-none-any.whl