brickfrog commited on
Commit
729864f
1 Parent(s): aee77fd

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. .github/workflows/update_space.yml +1 -1
  2. README.md +1 -0
.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.9'
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.12'
20
 
21
  - name: Install Gradio
22
  run: python -m pip install gradio
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  title: ankigen
3
  app_file: app.py
 
4
  sdk: gradio
5
  sdk_version: 4.44.0
6
  ---
 
1
  ---
2
  title: ankigen
3
  app_file: app.py
4
+ requirements: requirements.txt
5
  sdk: gradio
6
  sdk_version: 4.44.0
7
  ---