Spaces:
Running
on
Zero
Running
on
Zero
renhang
commited on
Commit
·
072d1f9
1
Parent(s):
e26fb40
update
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def download_resources():
|
|
21 |
public_dir = Path("public")
|
22 |
if public_dir.exists():
|
23 |
subprocess.run(["rm", "-rf", str(public_dir)])
|
24 |
-
repo_url = "https://github.com/xhhhhang/jam-public.git"
|
25 |
subprocess.run(["git", "clone", repo_url, str(public_dir)], check=True)
|
26 |
|
27 |
print('Downloading examples data...')
|
|
|
21 |
public_dir = Path("public")
|
22 |
if public_dir.exists():
|
23 |
subprocess.run(["rm", "-rf", str(public_dir)])
|
24 |
+
repo_url = "https://github.com/xhhhhang/jam-public-resources.git"
|
25 |
subprocess.run(["git", "clone", repo_url, str(public_dir)], check=True)
|
26 |
|
27 |
print('Downloading examples data...')
|