phate334 commited on
Commit
979a48f
1 Parent(s): 5f612d0

[fix] fallback gradio to 5.3.0

Browse files
Files changed (4) hide show
  1. .python-version +1 -1
  2. README.md +1 -2
  3. pyproject.toml +2 -2
  4. uv.lock +0 -0
.python-version CHANGED
@@ -1 +1 @@
1
- 3.13
 
1
+ 3.10
README.md CHANGED
@@ -4,8 +4,7 @@ emoji: 😻
4
  colorFrom: green
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 5.4.0
8
- python_version: 3.13
9
  app_file: app.py
10
  pinned: false
11
  license: mit
 
4
  colorFrom: green
5
  colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 5.3.0
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
pyproject.toml CHANGED
@@ -3,8 +3,8 @@ name = "gguf-parser-web"
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.4.0",
9
  "orjson==3.10.10",
10
  ]
 
3
  version = "0.1.0"
4
  description = "Add your description here"
5
  readme = "README.md"
6
+ requires-python = ">=3.10"
7
  dependencies = [
8
+ "gradio==5.3.0",
9
  "orjson==3.10.10",
10
  ]
uv.lock CHANGED
The diff for this file is too large to render. See raw diff