Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aka7774/safetychecker
kook28
/
safetychecker
like
0
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
3c84539
safetychecker
/
venv.sh
aka7774
Upload 6 files
3c84539
verified
11 months ago
raw
Copy download link
history
blame
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