Spaces:
Running
on
Zero
Running
on
Zero
update half-body model
Browse files
app.py
CHANGED
@@ -405,7 +405,6 @@ def launch_env_not_compile_with_cuda():
|
|
405 |
os.system("pip install git+https://github.com/hitsz-zuoqi/BasicSR/")
|
406 |
os.system("pip install numpy==1.23.0")
|
407 |
|
408 |
-
|
409 |
def animation_infer(renderer, gs_model_list, query_points, smplx_params, render_c2ws, render_intrs, render_bg_colors):
|
410 |
'''Inference code avoid repeat forward.
|
411 |
'''
|
@@ -927,5 +926,5 @@ def launch_gradio_app():
|
|
927 |
|
928 |
if __name__ == '__main__':
|
929 |
launch_pretrained()
|
930 |
-
|
931 |
launch_gradio_app()
|
|
|
405 |
os.system("pip install git+https://github.com/hitsz-zuoqi/BasicSR/")
|
406 |
os.system("pip install numpy==1.23.0")
|
407 |
|
|
|
408 |
def animation_infer(renderer, gs_model_list, query_points, smplx_params, render_c2ws, render_intrs, render_bg_colors):
|
409 |
'''Inference code avoid repeat forward.
|
410 |
'''
|
|
|
926 |
|
927 |
if __name__ == '__main__':
|
928 |
launch_pretrained()
|
929 |
+
launch_env_not_compile_with_cuda()
|
930 |
launch_gradio_app()
|