update app.py
Browse files
app.py
CHANGED
|
@@ -798,6 +798,6 @@ def launch_gradio_app():
|
|
| 798 |
demo_lhm(pose_estimator, facedetector, lhm, cfg)
|
| 799 |
|
| 800 |
if __name__ == '__main__':
|
| 801 |
-
|
| 802 |
# launch_env_not_compile_with_cuda()
|
| 803 |
launch_gradio_app()
|
|
|
|
| 798 |
demo_lhm(pose_estimator, facedetector, lhm, cfg)
|
| 799 |
|
| 800 |
if __name__ == '__main__':
|
| 801 |
+
launch_pretrained()
|
| 802 |
# launch_env_not_compile_with_cuda()
|
| 803 |
launch_gradio_app()
|