SoyAlekZen commited on
Commit
2445c2f
·
verified ·
1 Parent(s): 93bc340

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.8'
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.8'
21
 
22
  - name: Install dependencies
23
  run: |
24
- pip install -r app1/requirements.txt
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: