Spaces:
Runtime error
Runtime error
Stanislaw Szymanowicz
commited on
Commit
·
dc88ef3
1
Parent(s):
42e512c
Add basic requirements
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
tqdm
|
| 3 |
+
hydra-core
|
| 4 |
+
omegaconf
|
| 5 |
+
plyfile
|
| 6 |
+
einops
|
| 7 |
+
imageio
|
| 8 |
+
moviepy
|
| 9 |
+
markupsafe==2.0.1
|
| 10 |
+
gradio
|