ryomo commited on
Commit
8375815
·
1 Parent(s): 21f1de7

fix: downgrade Python version to 3.10 because of ZeroGPU

Browse files
Files changed (3) hide show
  1. .python-version +1 -1
  2. README.md +2 -1
  3. pyproject.toml +1 -1
.python-version CHANGED
@@ -1 +1 @@
1
- 3.13
 
1
+ 3.10
README.md CHANGED
@@ -4,7 +4,8 @@ emoji: 🫅
4
  colorFrom: blue
5
  colorTo: pink
6
  sdk: gradio
7
- sdk_version: 6.0.0
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
4
  colorFrom: blue
5
  colorTo: pink
6
  sdk: gradio
7
+ sdk_version: 5.50.0
8
+ python_version: 3.10
9
  app_file: app.py
10
  pinned: false
11
  license: mit
pyproject.toml CHANGED
@@ -3,7 +3,7 @@ name = "unpredictable-lord"
3
  version = "0.1.0"
4
  description = "Add your description here"
5
  readme = "README.md"
6
- requires-python = ">=3.13"
7
  dependencies = [
8
  "gradio>=5.5.0,<6.0.0",
9
  "spaces>=0.42.1",
 
3
  version = "0.1.0"
4
  description = "Add your description here"
5
  readme = "README.md"
6
+ requires-python = ">=3.10,<3.11" # ZeroGPU requires Python 3.10
7
  dependencies = [
8
  "gradio>=5.5.0,<6.0.0",
9
  "spaces>=0.42.1",