Gregor Betz
commited on
Progress info
Browse files
app.py
CHANGED
@@ -200,7 +200,7 @@ async def bot(
|
|
200 |
logging.getLogger(__name__).debug(f"Guide output: {otype.value} - {ovalue}")
|
201 |
if otype.value == "progress":
|
202 |
print(f"Progress: {ovalue}")
|
203 |
-
gr.Info(
|
204 |
progress((progress_step,4))
|
205 |
progress_step += 1
|
206 |
elif otype is not None:
|
|
|
200 |
logging.getLogger(__name__).debug(f"Guide output: {otype.value} - {ovalue}")
|
201 |
if otype.value == "progress":
|
202 |
print(f"Progress: {ovalue}")
|
203 |
+
gr.Info(ovalue, duration=12)
|
204 |
progress((progress_step,4))
|
205 |
progress_step += 1
|
206 |
elif otype is not None:
|