Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aka7774
/
sd3m
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sd3m
/
venv.sh
aka7774
Upload 6 files
4df5742
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
192 Bytes
#!/usr/bin/bash
python3 -m venv venv
curl -kL https://bootstrap.pypa.io/get-pip.py | venv/bin/python
venv/bin/python -m pip install gradio
venv/bin/python -m pip install -r requirements.txt