Spaces:
Build error
Build error
mayuema commited on
Commit ·
7a54de6
1
Parent(s): e584282
updata
Browse files
__pycache__/inference_followyourpose.cpython-38.pyc
CHANGED
|
Binary files a/__pycache__/inference_followyourpose.cpython-38.pyc and b/__pycache__/inference_followyourpose.cpython-38.pyc differ
|
|
|
app.py
CHANGED
|
@@ -10,12 +10,14 @@ from inference_followyourpose import merge_config_then_run
|
|
| 10 |
import sys
|
| 11 |
sys.path.append('FollowYourPose')
|
| 12 |
|
| 13 |
-
HF_TOKEN = os.getenv('HF_TOKEN')
|
| 14 |
-
pipe = merge_config_then_run()
|
| 15 |
-
|
| 16 |
|
| 17 |
current_dir = os.getcwd()
|
| 18 |
print("path is :", current_dir)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
with gr.Blocks(css='style.css') as demo:
|
|
|
|
| 10 |
import sys
|
| 11 |
sys.path.append('FollowYourPose')
|
| 12 |
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
current_dir = os.getcwd()
|
| 15 |
print("path is :", current_dir)
|
| 16 |
+
print("dir i :", os.listdir(current_dir))
|
| 17 |
+
|
| 18 |
+
HF_TOKEN = os.getenv('HF_TOKEN')
|
| 19 |
+
pipe = merge_config_then_run()
|
| 20 |
+
|
| 21 |
|
| 22 |
|
| 23 |
with gr.Blocks(css='style.css') as demo:
|