Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files- imcui/ui/app_class.py +1 -1
imcui/ui/app_class.py
CHANGED
@@ -21,7 +21,7 @@ from .utils import (
|
|
21 |
import os
|
22 |
if not (Path(__file__).parent / "../third_party/MatchAnything").exists():
|
23 |
print("**********************************")
|
24 |
-
os.system(f"cd {str(Path(__file__).parent / '../third_party')} && git clone https://
|
25 |
|
26 |
DESCRIPTION = '''
|
27 |
<center><b><font size='10'><font color='78aa58'>Match</font><font color='6589bf'>Anything</font></font></b></center>
|
|
|
21 |
import os
|
22 |
if not (Path(__file__).parent / "../third_party/MatchAnything").exists():
|
23 |
print("**********************************")
|
24 |
+
os.system(f"cd {str(Path(__file__).parent / '../third_party')} && git clone https://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@github.com/hxy-123/MatchAnything_HF.git && mv MatchAnything_HF MatchAnything && cd MatchAnything && gdown 1qnxd5DKomsYUH9_8dQ4Xvwatg_vI-vsh && unzip weights.zip")
|
25 |
|
26 |
DESCRIPTION = '''
|
27 |
<center><b><font size='10'><font color='78aa58'>Match</font><font color='6589bf'>Anything</font></font></b></center>
|