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