insanecoder69 commited on
Commit
7d436c5
·
verified ·
1 Parent(s): bfcfe00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  import subprocess
3
  import os
 
4
  os.environ["PYOPENGL_PLATFORM"] = "egl"
5
  os.environ["MESA_GL_VERSION_OVERRIDE"] = "4.1"
6
  os.system('pip install /home/user/app/pyrender')
 
1
  import gradio as gr
2
  import subprocess
3
  import os
4
+ import sys
5
  os.environ["PYOPENGL_PLATFORM"] = "egl"
6
  os.environ["MESA_GL_VERSION_OVERRIDE"] = "4.1"
7
  os.system('pip install /home/user/app/pyrender')