Spaces:
Running
Running
Update simple_app.py
Browse files- simple_app.py +1 -1
simple_app.py
CHANGED
@@ -60,7 +60,7 @@ def infer(prompt, progress=gr.Progress(track_tqdm=True)):
|
|
60 |
bufsize=1)
|
61 |
|
62 |
print("Process started successfully.")
|
63 |
-
|
64 |
|
65 |
while True:
|
66 |
# Poll stdout with a 40ms timeout.
|
|
|
60 |
bufsize=1)
|
61 |
|
62 |
print("Process started successfully.")
|
63 |
+
|
64 |
|
65 |
while True:
|
66 |
# Poll stdout with a 40ms timeout.
|