DylanWolf commited on
Commit
b217628
·
1 Parent(s): 23bd7cd

Update app.py

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