h2ogpt-api / app.py
DylanWolf's picture
Update app.py
e456e4b
raw
history blame
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")