Skip to content

Commit 34b4aeb

Browse files
authored
build(demo): bump gradio to 5.0.0 (#400)
1 parent 9918bb4 commit 34b4aeb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo/requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
gradio>=4.11.0,<5.0.0
2-
Pillow>=8.4.0
3-
onnxruntime>=1.10.0,<2.0.0
1+
gradio>=5.0.0,<6.0.0
2+
Pillow>=8.4.0,!=9.2.0
3+
onnxruntime>=1.16.3,<2.0.0
44
huggingface-hub>=0.4.0,<1.0.0
5-
numpy>=1.19.5,<2.0.0
5+
numpy>=1.19.5,<3.0.0

0 commit comments

Comments
 (0)