Spaces:
Build error
Build error
bill-jiang
commited on
Commit
•
c405fec
1
Parent(s):
0420e25
Update app.py
Browse files
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
|