Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -274,7 +274,7 @@ sys.stdout = Logger("output.log")
|
|
274 |
def read_logs():
|
275 |
sys.stdout.flush()
|
276 |
with open("output.log", "r") as f:
|
277 |
-
return f.read()
|
278 |
|
279 |
|
280 |
with gr.Blocks() as demo:
|
|
|
274 |
def read_logs():
|
275 |
sys.stdout.flush()
|
276 |
with open("output.log", "r") as f:
|
277 |
+
return f.read()
|
278 |
|
279 |
|
280 |
with gr.Blocks() as demo:
|