AlexchIA commited on
Commit
da9a5de
·
1 Parent(s): 452b173

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -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')