Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ import datetime
|
|
5 |
import time
|
6 |
import requests
|
7 |
|
8 |
-
from checks.check_gui import StatusUI
|
9 |
|
10 |
from checks.failed_check import create_failed_gradio_ui
|
11 |
from checks.endpoint_check import check_public_endpoint
|
|
|
5 |
import time
|
6 |
import requests
|
7 |
|
|
|
8 |
|
9 |
from checks.failed_check import create_failed_gradio_ui
|
10 |
from checks.endpoint_check import check_public_endpoint
|