DyrusQZ commited on
Commit
ca97c20
·
1 Parent(s): 45a45e6

update half-body model

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- # launch_env_not_compile_with_cuda()
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()