Spaces:
Running
Running
YSMlearnsCode
commited on
Commit
·
44c8de8
1
Parent(s):
72c0636
changed ci.yml and added a build process_again_again (copy paste)
Browse files- pyproject.toml +0 -1
- requirements.txt +2 -1
pyproject.toml
CHANGED
|
@@ -7,6 +7,5 @@ requires-python = ">=3.11"
|
|
| 7 |
dependencies = [
|
| 8 |
"gradio>=5.34.2",
|
| 9 |
"huggingface-hub>=0.33.0",
|
| 10 |
-
"joblib>=1.5.1",
|
| 11 |
"ultralytics>=8.3.159",
|
| 12 |
]
|
|
|
|
| 7 |
dependencies = [
|
| 8 |
"gradio>=5.34.2",
|
| 9 |
"huggingface-hub>=0.33.0",
|
|
|
|
| 10 |
"ultralytics>=8.3.159",
|
| 11 |
]
|
requirements.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
gradio==5.34.2
|
| 2 |
-
ultralytics==8.3.159
|
|
|
|
|
|
| 1 |
gradio==5.34.2
|
| 2 |
+
ultralytics==8.3.159
|
| 3 |
+
huggingface-hub==0.33.0
|