Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
DylanWolf/h2ogpt-api
his0
/
h2ogpt-api
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e456e4b
h2ogpt-api
/
app.py
DylanWolf
Update app.py
e456e4b
over 1 year ago
raw
Copy download link
history
blame
Safe
201 Bytes
import
os
os.system(
"git clone https://github.com/oobabooga/text-generation-webui.git"
)
os.chdir(
"text-generation-webui"
)
os.system(
"pip install -r requirements.txt"
)
os.system(
"./start_linux.sh"
)