Akjava commited on
Commit
fe7ee3d
·
verified ·
1 Parent(s): 9a28ac7

Update app.py

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