Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ from ovi.utils.processing_utils import clean_text, scale_hw_to_area_divisible
|
|
| 9 |
from huggingface_hub import snapshot_download
|
| 10 |
import os
|
| 11 |
import subprocess
|
|
|
|
| 12 |
|
| 13 |
# Re-discover all .pth/.egg-link files
|
| 14 |
for sitedir in site.getsitepackages():
|
|
|
|
| 9 |
from huggingface_hub import snapshot_download
|
| 10 |
import os
|
| 11 |
import subprocess
|
| 12 |
+
import importlib, site
|
| 13 |
|
| 14 |
# Re-discover all .pth/.egg-link files
|
| 15 |
for sitedir in site.getsitepackages():
|