Gregor Betz commited on
Commit
76de932
·
unverified ·
1 Parent(s): 8244607
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ async def bot(
188
  artifacts[otype.value] = ovalue
189
  else:
190
  break
191
- await asyncio.sleep(0.1)
192
  except asyncio.TimeoutError:
193
  msg = "Guided reasoning process took too long. Please try again."
194
  raise gr.Error(msg)
 
188
  artifacts[otype.value] = ovalue
189
  else:
190
  break
191
+ await asyncio.sleep(0.1)
192
  except asyncio.TimeoutError:
193
  msg = "Guided reasoning process took too long. Please try again."
194
  raise gr.Error(msg)