ameforge commited on
Commit
b801a24
·
verified ·
1 Parent(s): a4acac9

Fix: upgrade to gradio 5.29.0 (Python 3.13 compatible, no pydub dependency)

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🎬
4
  colorFrom: indigo
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 4.44.1
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
@@ -30,8 +30,7 @@ hallucinate a value, and mistakes are surfaced instead of silently applied.
30
 
31
  ## Files in this Space
32
 
33
- `app.py`, `gearcut_model.py`, `gearcut_infer.py`, `gearcut_compiler.py`,
34
- `gearcut_ground.py`, `requirements.txt`, `packages.txt`.
35
 
36
  The model + tokenizer are downloaded from `AMFORGE/gc_editor` and
37
  `AMFORGE/gearcut_tok` on startup. If those repos are private, add an `HF_TOKEN`
 
4
  colorFrom: indigo
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 5.29.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
 
30
 
31
  ## Files in this Space
32
 
33
+ `app.py`, `requirements.txt`, `packages.txt`. Core modules are loaded securely at startup.
 
34
 
35
  The model + tokenizer are downloaded from `AMFORGE/gc_editor` and
36
  `AMFORGE/gearcut_tok` on startup. If those repos are private, add an `HF_TOKEN`