Thanh-Lam commited on
Commit
21d479d
·
1 Parent(s): cc53e1e

Fix: Downgrade to Gradio 4.19.2 - pre-schema-bug version

Browse files

- Gradio 4.36+ has persistent DataFrame schema parsing bug
- Gradio 4.19.2 is older but stable, no metadata schema issues
- Match huggingface_hub 0.20.3 for full compatibility
- This version is proven to work on HF Spaces

Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: "\U0001F4E3"
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: "4.36.1"
8
  app_file: app.py
9
  pinned: false
10
  ---
 
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
+ sdk_version: "4.19.2"
8
  app_file: app.py
9
  pinned: false
10
  ---
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  pyannote.audio
2
  torch==2.1.2
3
  torchaudio==2.1.2
4
- gradio==4.36.1
5
- huggingface_hub==0.23.4
6
  yt-dlp
7
  numpy<2.0
 
1
  pyannote.audio
2
  torch==2.1.2
3
  torchaudio==2.1.2
4
+ gradio==4.19.2
5
+ huggingface_hub==0.20.3
6
  yt-dlp
7
  numpy<2.0