Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,9 @@ from smolagents import CodeAgent,DuckDuckGoSearchTool, HfApiModel,load_tool,tool
|
|
2 |
|
3 |
import sys # Add this import to fix the error
|
4 |
import datetime
|
|
|
5 |
import requests
|
|
|
6 |
from checks.failed_check import create_failed_gradio_ui
|
7 |
from checks.endpoint_check import check_public_endpoint
|
8 |
from checks.health_check import check_model_endpoint, should_launch_ui
|
|
|
2 |
|
3 |
import sys # Add this import to fix the error
|
4 |
import datetime
|
5 |
+
import time
|
6 |
import requests
|
7 |
+
|
8 |
from checks.failed_check import create_failed_gradio_ui
|
9 |
from checks.endpoint_check import check_public_endpoint
|
10 |
from checks.health_check import check_model_endpoint, should_launch_ui
|