Spaces:
Runtime error
Runtime error
meow
commited on
Commit
·
66db7fc
1
Parent(s):
4657914
env
Browse files- app.py +1 -1
- requirements.txt +0 -4
app.py
CHANGED
@@ -44,7 +44,7 @@ demo = gr.Interface(
|
|
44 |
predict,
|
45 |
# gr.Dataframe(type="numpy", datatype="number", row_count=5, col_count=3),
|
46 |
gr.File(type="filepath"),
|
47 |
-
"
|
48 |
cache_examples=False
|
49 |
)
|
50 |
|
|
|
44 |
predict,
|
45 |
# gr.Dataframe(type="numpy", datatype="number", row_count=5, col_count=3),
|
46 |
gr.File(type="filepath"),
|
47 |
+
"numpy",
|
48 |
cache_examples=False
|
49 |
)
|
50 |
|
requirements.txt
CHANGED
@@ -7,10 +7,6 @@ torchaudio==0.12.1
|
|
7 |
blobfile==2.0.1
|
8 |
manopth @ git+https://github.com/hassony2/manopth.git
|
9 |
numpy
|
10 |
-
mesh2sdf==1.1.0
|
11 |
-
networkx==2.8.7
|
12 |
-
open3d
|
13 |
-
opencv-python
|
14 |
psutil
|
15 |
scikit-learn
|
16 |
scipy
|
|
|
7 |
blobfile==2.0.1
|
8 |
manopth @ git+https://github.com/hassony2/manopth.git
|
9 |
numpy
|
|
|
|
|
|
|
|
|
10 |
psutil
|
11 |
scikit-learn
|
12 |
scipy
|