Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,4 +64,8 @@ output = query(input_text)
|
|
64 |
with open("output.txt", "w") as f:
|
65 |
f.write(output)
|
66 |
|
67 |
-
print("Generated Summary saved to output.txt")
|
|
|
|
|
|
|
|
|
|
64 |
with open("output.txt", "w") as f:
|
65 |
f.write(output)
|
66 |
|
67 |
+
print("Generated Summary saved to output.txt")
|
68 |
+
|
69 |
+
# 无限循环保持应用运行,避免退出
|
70 |
+
while True:
|
71 |
+
pass
|