Spaces:
Sleeping
Sleeping
initial app test
Browse files
app.py
CHANGED
@@ -11,8 +11,6 @@ import trimesh
|
|
11 |
import pyrender
|
12 |
|
13 |
print(os.path.abspath(__file__))
|
14 |
-
os.system('pip install /home/user/app/vendor/pyrender')
|
15 |
-
sys.path.append('/home/user/app/vendor/pyrender')
|
16 |
os.system('pip install gradio==3.47.1')
|
17 |
os.system('sh fetch_data.sh')
|
18 |
|
|
|
11 |
import pyrender
|
12 |
|
13 |
print(os.path.abspath(__file__))
|
|
|
|
|
14 |
os.system('pip install gradio==3.47.1')
|
15 |
os.system('sh fetch_data.sh')
|
16 |
|