Gregor Betz commited on
Commit
cc8972c
1 Parent(s): 5bdee00

Progress info

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(otype.value, duration=12)
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: