rahul7star commited on
Commit
d3034ac
·
verified ·
1 Parent(s): bc1f660

Update simple_app.py

Browse files
Files changed (1) hide show
  1. simple_app.py +2 -1
simple_app.py CHANGED
@@ -59,9 +59,10 @@ def infer(prompt, progress=gr.Progress(track_tqdm=True)):
59
  bufsize=1)
60
 
61
  # Print logs
62
- print("🔹 Output Logs:")
63
  stdout = process.stdout
64
  stderr = process.stderr
 
65
  while True:
66
  line = stdout.readline()
67
  if not line:
 
59
  bufsize=1)
60
 
61
  # Print logs
62
+
63
  stdout = process.stdout
64
  stderr = process.stderr
65
+ print("🔹 Output Logs:" stdout)
66
  while True:
67
  line = stdout.readline()
68
  if not line: