Spaces:
Running
Running
[app] Remove unused imports
Browse files
app.py
CHANGED
|
@@ -1,11 +1,8 @@
|
|
| 1 |
from __future__ import annotations
|
| 2 |
|
| 3 |
import os
|
| 4 |
-
import threading
|
| 5 |
from typing import TYPE_CHECKING
|
| 6 |
|
| 7 |
-
from utils import health_check_virtual_try_model
|
| 8 |
-
|
| 9 |
|
| 10 |
IS_HF_ZERO_GPU = os.getenv("SPACE_ID", "").startswith("sitatech/")
|
| 11 |
IS_LOCAL = os.getenv("LOCALE_RUN") is not None
|
|
|
|
| 1 |
from __future__ import annotations
|
| 2 |
|
| 3 |
import os
|
|
|
|
| 4 |
from typing import TYPE_CHECKING
|
| 5 |
|
|
|
|
|
|
|
| 6 |
|
| 7 |
IS_HF_ZERO_GPU = os.getenv("SPACE_ID", "").startswith("sitatech/")
|
| 8 |
IS_LOCAL = os.getenv("LOCALE_RUN") is not None
|