abrar-lohia commited on
Commit
ad042b7
·
1 Parent(s): d82cf6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import os
3
  import OpenGL.GL as gl
4
  os.environ["PYOPENGL_PLATFORM"] = "egl"
5
  os.environ["MESA_GL_VERSION_OVERRIDE"] = "4.1"
6
- #os.system('pip install E:\Text2Motion\Human_motion\generate_human_motion\pyrender')
7
 
8
  sys.argv = ['VQTrans/GPT_eval_multi.py']
9
  os.chdir('VQTrans')
 
3
  import OpenGL.GL as gl
4
  os.environ["PYOPENGL_PLATFORM"] = "egl"
5
  os.environ["MESA_GL_VERSION_OVERRIDE"] = "4.1"
6
+ os.system('pip install E:\Text2Motion\Human_motion\generate_human_motion\pyrender')
7
 
8
  sys.argv = ['VQTrans/GPT_eval_multi.py']
9
  os.chdir('VQTrans')