Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AlexchIA
/
text-generation-webui
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
52ff0e4
text-generation-webui
/
app.py
AlexchIA
Update app.py
52ff0e4
almost 2 years ago
raw
Copy download link
history
blame
Safe
80 Bytes
import
os
os.system(
'python server.py --chat --settings settings.template.yml'
)