Spaces:
Runtime error
Runtime error
print ENV
Browse files- PIFu/spaces.py +2 -0
PIFu/spaces.py
CHANGED
@@ -30,6 +30,8 @@ print(
|
|
30 |
"\nskimage:", skimage.__version__
|
31 |
)
|
32 |
|
|
|
|
|
33 |
net_C = hf_hub_download("radames/PIFu-upright-standing", filename="net_C")
|
34 |
net_G = hf_hub_download("radames/PIFu-upright-standing", filename="net_G")
|
35 |
|
|
|
30 |
"\nskimage:", skimage.__version__
|
31 |
)
|
32 |
|
33 |
+
print("EnV", os.environ)
|
34 |
+
|
35 |
net_C = hf_hub_download("radames/PIFu-upright-standing", filename="net_C")
|
36 |
net_G = hf_hub_download("radames/PIFu-upright-standing", filename="net_G")
|
37 |
|