r3gm commited on
Commit
2784108
1 Parent(s): 161c73e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()[25:]
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: