yinwentao commited on
Commit ·
fe5e256
1
Parent(s): 9398402
updateRequirements
Browse files
app.py
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
|
| 2 |
import os
|
|
|
|
|
|
|
| 3 |
|
| 4 |
os.system(f"pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1121/download.html")
|
| 5 |
os.system(f"pip install tensorflow-gpu==2.8.1")
|
|
|
|
| 1 |
|
| 2 |
import os
|
| 3 |
+
from huggingface_hub import HfFileSystem
|
| 4 |
+
fs = HfFileSystem()
|
| 5 |
|
| 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")
|