sitatech commited on
Commit
8043832
·
1 Parent(s): d723934

[app] Remove unused imports

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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