DylanWolf commited on
Commit
31d7294
·
1 Parent(s): e456e4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -6,4 +6,7 @@ os.chdir("text-generation-webui")
6
 
7
  os.system("pip install -r requirements.txt")
8
 
 
 
 
9
  os.system("./start_linux.sh")
 
6
 
7
  os.system("pip install -r requirements.txt")
8
 
9
+ with open("input.txt", "w") as f:
10
+ f.write("D\n")
11
+
12
  os.system("./start_linux.sh")