yangminded commited on
Commit
dcd6948
·
verified ·
1 Parent(s): ec6cbd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
49
  set_inference_on = True
50
 
51
  # Utility functions
52
- def delay_execution():
53
  time.sleep(5)
54
 
55
  # Agent stuff starts here
 
49
  set_inference_on = True
50
 
51
  # Utility functions
52
+ def delay_execution(agent):
53
  time.sleep(5)
54
 
55
  # Agent stuff starts here