Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=3.50.2
|
2 |
+
huggingface_hub>=0.19.4
|
3 |
+
Pillow>=10.0.0
|
4 |
+
numpy>=1.24.0
|
5 |
+
matplotlib>=3.7.0
|
6 |
+
requests>=2.31.0
|
7 |
+
python-dotenv>=1.0.0
|
8 |
+
tqdm>=4.66.1
|