Akjava commited on
Commit
bff5d41
·
verified ·
1 Parent(s): 150497a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,7 +242,7 @@ def stream_to_gradio(
242
  ):
243
  yield message
244
 
245
- time.sleep(60)
246
 
247
  final_answer = step_log # Last log is the run's final_answer
248
  final_answer = handle_agent_output_types(final_answer)
 
242
  ):
243
  yield message
244
 
245
+ #time.sleep(60) #for groq
246
 
247
  final_answer = step_log # Last log is the run's final_answer
248
  final_answer = handle_agent_output_types(final_answer)