Spaces:
Sleeping
Sleeping
Miguel Cid Flor commited on
Commit ·
e238ade
1
Parent(s): da7ffb4
requirements missing analytics library
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -7,7 +7,7 @@ torch # or tensorflow (if using TensorFlow instead)
|
|
| 7 |
torchvision
|
| 8 |
pillow
|
| 9 |
requests # To send API requests
|
| 10 |
-
|
| 11 |
# If using Gradio for Hugging Face UI
|
| 12 |
gradio
|
| 13 |
|
|
|
|
| 7 |
torchvision
|
| 8 |
pillow
|
| 9 |
requests # To send API requests
|
| 10 |
+
ultralytics
|
| 11 |
# If using Gradio for Hugging Face UI
|
| 12 |
gradio
|
| 13 |
|