Spaces:
Running
Running
Update simple_app.py
Browse files- simple_app.py +1 -1
simple_app.py
CHANGED
@@ -62,7 +62,7 @@ def infer(prompt, progress=gr.Progress(track_tqdm=True)):
|
|
62 |
|
63 |
stdout = process.stdout
|
64 |
stderr = process.stderr
|
65 |
-
print(
|
66 |
while True:
|
67 |
line = stdout.readline()
|
68 |
if not line:
|
|
|
62 |
|
63 |
stdout = process.stdout
|
64 |
stderr = process.stderr
|
65 |
+
print(stdout)
|
66 |
while True:
|
67 |
line = stdout.readline()
|
68 |
if not line:
|