bill-jiang commited on
Commit
c405fec
β€’
1 Parent(s): 0420e25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ os.environ["MESA_GL_VERSION_OVERRIDE"] = "4.1"
4
  os.system('pip install /home/user/app/pyrender')
5
  os.system('pip install eventlet')
6
 
 
7
  import gradio as gr
8
  import random
9
  import torch
 
4
  os.system('pip install /home/user/app/pyrender')
5
  os.system('pip install eventlet')
6
 
7
+
8
  import gradio as gr
9
  import random
10
  import torch