Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.48.0
|
| 2 |
+
tensorflow==2.10.0
|
| 3 |
+
numpy==1.23.5
|
| 4 |
+
pillow==9.5.0
|
| 5 |
+
matplotlib==3.7.0
|
| 6 |
+
opencv-python-headless==4.7.0.72
|
| 7 |
+
scipy==1.10.0
|
| 8 |
+
huggingface-hub==0.16.4
|
| 9 |
+
pydantic==1.10.8
|
| 10 |
+
typing-extensions==4.5.0
|
| 11 |
+
fastapi==0.95.1
|
| 12 |
+
uvicorn==0.22.0
|