Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
ultralytics
|
| 2 |
opencv-python-headless
|
| 3 |
Pillow
|
| 4 |
arabic-reshaper
|
| 5 |
python-bidi
|
| 6 |
-
|
| 7 |
-
google-generativeai
|
|
|
|
| 1 |
+
gradio>=4.44.0
|
| 2 |
+
spaces>=0.43.0
|
| 3 |
+
google-generativeai
|
| 4 |
ultralytics
|
| 5 |
opencv-python-headless
|
| 6 |
Pillow
|
| 7 |
arabic-reshaper
|
| 8 |
python-bidi
|
| 9 |
+
torch
|
|
|