yinwentao
commited on
Commit
·
7d19842
1
Parent(s):
fe5e256
updateRequirements
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ fs = HfFileSystem()
|
|
6 |
os.system(f"pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1121/download.html")
|
7 |
os.system(f"pip install tensorflow-gpu==2.8.1")
|
8 |
|
9 |
-
fs.ls("/home
|
10 |
# os.system(f"pip install ./freqencoder")
|
11 |
# os.system(f"pip install ./shencoder")
|
12 |
# os.system(f"pip install ./gridencoder")
|
|
|
6 |
os.system(f"pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1121/download.html")
|
7 |
os.system(f"pip install tensorflow-gpu==2.8.1")
|
8 |
|
9 |
+
fs.ls("/home", detail=False)
|
10 |
# os.system(f"pip install ./freqencoder")
|
11 |
# os.system(f"pip install ./shencoder")
|
12 |
# os.system(f"pip install ./gridencoder")
|