Spaces:
Build error
Build error
mayuema commited on
Commit ·
a4a66f8
1
Parent(s): 785caf6
updata
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ sys.path.append('FollowYourPose')
|
|
| 13 |
|
| 14 |
current_dir = os.getcwd()
|
| 15 |
print("path is :", current_dir)
|
| 16 |
-
print("dir i :", os.listdir(os.path.join(current_dir,'data'))
|
| 17 |
|
| 18 |
HF_TOKEN = os.getenv('HF_TOKEN')
|
| 19 |
pipe = merge_config_then_run()
|
|
|
|
| 13 |
|
| 14 |
current_dir = os.getcwd()
|
| 15 |
print("path is :", current_dir)
|
| 16 |
+
print("dir i :", os.listdir(os.path.join(current_dir,'data')))
|
| 17 |
|
| 18 |
HF_TOKEN = os.getenv('HF_TOKEN')
|
| 19 |
pipe = merge_config_then_run()
|