Gregor Betz
commited on
logging
Browse files
app.py
CHANGED
|
@@ -188,7 +188,7 @@ async def bot(
|
|
| 188 |
artifacts[otype.value] = ovalue
|
| 189 |
else:
|
| 190 |
break
|
| 191 |
-
|
| 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)
|