Merge remote-tracking branch 'origin/milestone-2'
Browse files
README.md
CHANGED
@@ -17,4 +17,4 @@ https://huggingface.co/spaces/jbraha/aiproject
|
|
17 |
|
18 |
Other notes:
|
19 |
- the docker image was changed to python 3.8.9 to align withe HF deployment, so tensorflow was imported manually
|
20 |
-
|
|
|
17 |
|
18 |
Other notes:
|
19 |
- the docker image was changed to python 3.8.9 to align withe HF deployment, so tensorflow was imported manually
|
20 |
+
- Git actions got weird: to use a milestone branch while also deploying to HF successfully, I have a git action automatically merging milestone-2 to the main branch and then pushing to the HF space
|