Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
aka7774
/
trllm
like
0
Sleeping
App
Files
Files
Community
1
refs/pr/1
trllm
/
venv.sh
aka7774
Upload 8 files
581f159
verified
8 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