We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acc7cf commit 1d272e9Copy full SHA for 1d272e9
.github/workflows/train-and-upload.yml
@@ -27,6 +27,7 @@ jobs:
27
python -m pip install --upgrade pip
28
pip install -r requirements.txt
29
pip install huggingface_hub tensorflowjs
30
+ shell: bash
31
32
- name: Train model (replace with your script)
33
run: |
requirements.txt
@@ -1,4 +1,3 @@
1
-<<<<<<< HEAD
2
wheel==0.38.4
3
setuptools==65.5.0
4
fastapi==0.110.2
@@ -9,11 +8,4 @@ tensorflow==2.15.0
9
8
ultralytics==8.1.34
10
pillow==10.2.0
11
python-multipart==0.0.6
12
-=======
13
-opencv-python
14
-numpy
15
-tensorflow
16
keras
17
-ultralytics
18
-tqdm
19
->>>>>>> 1c3894d2065701b19ab2a500433a6d7f7a075d13
0 commit comments