Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files
.github/workflows/deploy_app1.yaml
CHANGED
|
@@ -17,7 +17,7 @@ jobs:
|
|
| 17 |
- name: Set up Python
|
| 18 |
uses: actions/setup-python@v2
|
| 19 |
with:
|
| 20 |
-
python-version: '3.
|
| 21 |
|
| 22 |
- name: Install dependencies
|
| 23 |
run: |
|
|
|
|
| 17 |
- name: Set up Python
|
| 18 |
uses: actions/setup-python@v2
|
| 19 |
with:
|
| 20 |
+
python-version: '3.11.5'
|
| 21 |
|
| 22 |
- name: Install dependencies
|
| 23 |
run: |
|
.github/workflows/deploy_app2.yaml
CHANGED
|
@@ -17,11 +17,11 @@ jobs:
|
|
| 17 |
- name: Set up Python
|
| 18 |
uses: actions/setup-python@v2
|
| 19 |
with:
|
| 20 |
-
python-version: '3.
|
| 21 |
|
| 22 |
- name: Install dependencies
|
| 23 |
run: |
|
| 24 |
-
pip install -r
|
| 25 |
|
| 26 |
- name: Deploy to Spaces
|
| 27 |
env:
|
|
|
|
| 17 |
- name: Set up Python
|
| 18 |
uses: actions/setup-python@v2
|
| 19 |
with:
|
| 20 |
+
python-version: '3.11.5'
|
| 21 |
|
| 22 |
- name: Install dependencies
|
| 23 |
run: |
|
| 24 |
+
pip install -r app2/requirements.txt
|
| 25 |
|
| 26 |
- name: Deploy to Spaces
|
| 27 |
env:
|