Akjava commited on
Commit
b4f733d
·
verified ·
1 Parent(s): 8039f8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -232,6 +232,8 @@ def stream_to_gradio(
232
  ):
233
  yield message
234
 
 
 
235
  final_answer = step_log # Last log is the run's final_answer
236
  final_answer = handle_agent_output_types(final_answer)
237
 
 
232
  ):
233
  yield message
234
 
235
+ time.sleep(60)
236
+
237
  final_answer = step_log # Last log is the run's final_answer
238
  final_answer = handle_agent_output_types(final_answer)
239