Hugging Face
Models
Datasets
Spaces
Posts
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...
AlexchIA
commited on
Sep 9, 2023
Commit
da9a5de
·
1 Parent(s):
452b173
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import os
2
+
os.system('python download-model.py')
3
+
# os.system('python download-model.py waifu-workshop/pygmalion-6b --branch original-sharded')
4
+
os.system('python server.py --chat --settings settings.template.yml')