jhj0517
commited on
Commit
•
a0d251a
1
Parent(s):
c1acf76
add test code
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ class App:
|
|
24 |
if not os.path.exists(local_dir):
|
25 |
os.makedirs(local_dir)
|
26 |
|
27 |
-
remote_filepath =
|
28 |
if not os.path.exists(file_path):
|
29 |
print(file_path)
|
30 |
hf_hub_download(repo_id=repo_id, filename=remote_filepath,
|
|
|
24 |
if not os.path.exists(local_dir):
|
25 |
os.makedirs(local_dir)
|
26 |
|
27 |
+
remote_filepath = f"dwpose/{filename}"
|
28 |
if not os.path.exists(file_path):
|
29 |
print(file_path)
|
30 |
hf_hub_download(repo_id=repo_id, filename=remote_filepath,
|