Spaces:
Running
Running
fix egl
Browse files- OLD_app.py +1 -0
- README.md +2 -4
OLD_app.py
CHANGED
|
@@ -16,6 +16,7 @@ from website import CREDITS, WEB_source, WEB_target, WEBSITE
|
|
| 16 |
# import moderngl
|
| 17 |
# ctx = moderngl.create_context(standalone=True)
|
| 18 |
# print(ctx)
|
|
|
|
| 19 |
access_token_smpl = os.environ.get('HF_SMPL_TOKEN')
|
| 20 |
os.environ["PYOPENGL_PLATFORM"] = "egl"
|
| 21 |
|
|
|
|
| 16 |
# import moderngl
|
| 17 |
# ctx = moderngl.create_context(standalone=True)
|
| 18 |
# print(ctx)
|
| 19 |
+
# sdk_version: 5.5.0
|
| 20 |
access_token_smpl = os.environ.get('HF_SMPL_TOKEN')
|
| 21 |
os.environ["PYOPENGL_PLATFORM"] = "egl"
|
| 22 |
|
README.md
CHANGED
|
@@ -3,9 +3,7 @@ title: MotionFix
|
|
| 3 |
emoji: 💻
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: blue
|
| 6 |
-
sdk:
|
| 7 |
-
sdk_version: 5.5.0
|
| 8 |
-
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: other
|
| 11 |
models:
|
|
@@ -15,4 +13,4 @@ thumbnail: >-
|
|
| 15 |
short_description: Demo of "MotionFix:Text-driven 3D Human Motion Editing""
|
| 16 |
---
|
| 17 |
|
| 18 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 3 |
emoji: 💻
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: blue
|
| 6 |
+
sdk: docker
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
license: other
|
| 9 |
models:
|
|
|
|
| 13 |
short_description: Demo of "MotionFix:Text-driven 3D Human Motion Editing""
|
| 14 |
---
|
| 15 |
|
| 16 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|