sneha commited on
Commit ·
c6679f9
1
Parent(s): aa86478
add requirements
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
omegaconf
|
| 2 |
+
PIL
|
| 3 |
+
opencv-python
|
| 4 |
+
torch
|
| 5 |
+
numpy
|
| 6 |
+
hydra
|
| 7 |
+
gradio
|
| 8 |
+
huggingface_hub
|
| 9 |
+
matplotlib
|
| 10 |
+
|