Spaces:
Running
Running
Create new file
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
torch
|
3 |
+
Pillow
|
4 |
+
git+https://github.com/huggingface/transformers.git
|
5 |
+
numpy
|
6 |
+
matplotlib
|
7 |
+
runipy
|
8 |
+
opencv-python
|