Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
huggingface_hub>=0.19.0
|
3 |
+
reportlab>=4.0.0
|
4 |
+
qrcode[pil]>=7.0.0
|
5 |
+
python-dotenv>=1.0.0
|
6 |
+
Pillow>=10.0.0
|