cobramv12 commited on
Commit
9c6fc46
·
verified ·
1 Parent(s): deeb751

Fix: Remove redundant gradio requirements to allow SDK auto-resolution

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -4
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
  spaces
2
- gradio==5.5.0
3
- gradio_client==1.4.0
4
- huggingface-hub==0.26.2
5
  audioop-lts
6
  diffusers>=0.30.0
7
  transformers>=4.42.0
@@ -10,4 +8,3 @@ torch
10
  sentencepiece
11
  imageio[ffmpeg]
12
  av
13
- numpy<2.0
 
1
  spaces
2
+ huggingface-hub
 
 
3
  audioop-lts
4
  diffusers>=0.30.0
5
  transformers>=4.42.0
 
8
  sentencepiece
9
  imageio[ffmpeg]
10
  av