Spaces:
Sleeping
Sleeping
xinghaochen
commited on
Commit
•
6587278
1
Parent(s):
973f2c1
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ from utils.tools import format_results, point_prompt
|
|
13 |
from utils.tools_gradio import fast_process
|
14 |
from tinysam import sam_model_registry, SamPredictor
|
15 |
from huggingface_hub import snapshot_download
|
|
|
16 |
|
17 |
|
18 |
#snapshot_download("merve/tinysam", local_dir="tinysam")
|
|
|
13 |
from utils.tools_gradio import fast_process
|
14 |
from tinysam import sam_model_registry, SamPredictor
|
15 |
from huggingface_hub import snapshot_download
|
16 |
+
import wget
|
17 |
|
18 |
|
19 |
#snapshot_download("merve/tinysam", local_dir="tinysam")
|