Spaces:
Sleeping
Sleeping
bill-jiang
commited on
Commit
•
160fbd2
1
Parent(s):
dc39457
chore: Update SDK version to 4.36.1 and uncomment installation commands in app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
|
6 |
import gradio as gr
|
7 |
import torch
|
|
|
1 |
import os
|
2 |
+
os.system('pip install /home/user/app/pyrender')
|
3 |
+
os.system('pip install pyglet==1.4.0a1')
|
4 |
+
os.system('pip install triangle==20220202')
|
5 |
|
6 |
import gradio as gr
|
7 |
import torch
|