Hexa06 commited on
Commit
ab6fcd2
·
1 Parent(s): 2f93a93

Update to latest Gradio version (5.9.1)

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -2
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🎯
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: "4.7.1"
8
  app_file: app.py
9
  app_port: 7860
10
  pinned: false
 
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
+ sdk_version: "5.9.1"
8
  app_file: app.py
9
  app_port: 7860
10
  pinned: false
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
- gradio==4.7.1
2
  torch==2.0.1
3
  torchaudio==2.0.2
4
  git+https://github.com/m-bain/whisperx.git
5
- gradio_client
6
 
7
 
 
 
1
  torch==2.0.1
2
  torchaudio==2.0.2
3
  git+https://github.com/m-bain/whisperx.git
4
+
5
 
6