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
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,7 +1,7 @@
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
 
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