Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|