Update ui/ui_components.py
Browse files- ui/ui_components.py +1 -0
ui/ui_components.py
CHANGED
|
@@ -16,6 +16,7 @@
|
|
| 16 |
import threading
|
| 17 |
import traceback
|
| 18 |
import sys
|
|
|
|
| 19 |
from pathlib import Path
|
| 20 |
from typing import Optional, Tuple, Dict, Any, Callable
|
| 21 |
# Mitigate CUDA fragmentation (must be set before importing torch)
|
|
|
|
| 16 |
import threading
|
| 17 |
import traceback
|
| 18 |
import sys
|
| 19 |
+
import time
|
| 20 |
from pathlib import Path
|
| 21 |
from typing import Optional, Tuple, Dict, Any, Callable
|
| 22 |
# Mitigate CUDA fragmentation (must be set before importing torch)
|