Spaces:
Running
on
Zero
Running
on
Zero
open version?
Browse files- app.py +2 -1
- requirements.txt +2 -2
app.py
CHANGED
@@ -84,7 +84,8 @@ def main():
|
|
84 |
print('Cloning PPSurf...')
|
85 |
# Zero-GPU doesn't work with docker anymore, so here some manual setup
|
86 |
# git submodule doesn't work in Gradio, so we clone it here
|
87 |
-
subprocess.run(['
|
|
|
88 |
# subprocess.run(['pip', 'install', '-r', 'ppsurf/requirements', '--no-cache-dir'])
|
89 |
# subprocess.run(['pip', 'install', '-r', 'requirements', '--no-cache-dir'])
|
90 |
print('Cloning PPSurf... Done')
|
|
|
84 |
print('Cloning PPSurf...')
|
85 |
# Zero-GPU doesn't work with docker anymore, so here some manual setup
|
86 |
# git submodule doesn't work in Gradio, so we clone it here
|
87 |
+
subprocess.run(['pip', 'list'])
|
88 |
+
# subprocess.run(['git', 'clone', 'https://github.com/cg-tuwien/ppsurf.git'])
|
89 |
# subprocess.run(['pip', 'install', '-r', 'ppsurf/requirements', '--no-cache-dir'])
|
90 |
# subprocess.run(['pip', 'install', '-r', 'requirements', '--no-cache-dir'])
|
91 |
print('Cloning PPSurf... Done')
|
requirements.txt
CHANGED
@@ -18,9 +18,9 @@ scikit-image==0.25.2
|
|
18 |
scikit-learn==1.6.1
|
19 |
scipy==1.15.2
|
20 |
tensorboard==2.19.0
|
21 |
-
torch
|
22 |
torch-geometric==2.6.1
|
23 |
-
torch_cluster==1.6.3+
|
24 |
tqdm==4.67.1
|
25 |
trimesh==4.6.4
|
26 |
|
|
|
18 |
scikit-learn==1.6.1
|
19 |
scipy==1.15.2
|
20 |
tensorboard==2.19.0
|
21 |
+
torch
|
22 |
torch-geometric==2.6.1
|
23 |
+
torch_cluster==1.6.3+pt22cu121
|
24 |
tqdm==4.67.1
|
25 |
trimesh==4.6.4
|
26 |
|