Update app.py
Browse files
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
|