Upload folder using huggingface_hub
Browse files
.github/workflows/update_space.yml
CHANGED
@@ -16,7 +16,7 @@ jobs:
|
|
16 |
- name: Set up Python
|
17 |
uses: actions/setup-python@v2
|
18 |
with:
|
19 |
-
python-version: '3.
|
20 |
|
21 |
- name: Install Gradio
|
22 |
run: python -m pip install gradio
|
|
|
16 |
- name: Set up Python
|
17 |
uses: actions/setup-python@v2
|
18 |
with:
|
19 |
+
python-version: '3.11'
|
20 |
|
21 |
- name: Install Gradio
|
22 |
run: python -m pip install gradio
|