Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -274,8 +274,8 @@ sys.stdout = Logger("output.log")
|
|
274 |
def read_logs():
|
275 |
sys.stdout.flush()
|
276 |
with open("output.log", "r") as f:
|
277 |
-
|
278 |
-
if f.read()[:17] != "Model was trained":
|
279 |
return f.read()
|
280 |
|
281 |
|
|
|
274 |
def read_logs():
|
275 |
sys.stdout.flush()
|
276 |
with open("output.log", "r") as f:
|
277 |
+
|
278 |
+
if str(f.read())[:17] != "Model was trained":
|
279 |
return f.read()
|
280 |
|
281 |
|