Spaces:
Paused
Paused
Update app_torch.py
Browse files- app_torch.py +1 -1
app_torch.py
CHANGED
|
@@ -14,7 +14,7 @@ import torch
|
|
| 14 |
from huggingface_hub import hf_hub_download
|
| 15 |
from PIL import Image
|
| 16 |
import spaces
|
| 17 |
-
|
| 18 |
# ---------------------------
|
| 19 |
# Environment flags (reduce fusion/compilation) — set early
|
| 20 |
# ---------------------------
|
|
|
|
| 14 |
from huggingface_hub import hf_hub_download
|
| 15 |
from PIL import Image
|
| 16 |
import spaces
|
| 17 |
+
import time
|
| 18 |
# ---------------------------
|
| 19 |
# Environment flags (reduce fusion/compilation) — set early
|
| 20 |
# ---------------------------
|