[fix]Update requirements.txt For fix

Modify the version of Gradio, which does not support the color button when it is lower than version 3.24. On version 3.25, it fixes the issue https://github.com/gradio-app/gradio/issues/3716 and #371 .

修改一下gradio的版本,低于 3.24版本时不支持 color button,3.25则修复了 issue: #371https://github.com/gradio-app/gradio/issues/3716
This commit is contained in:
无知之人 2023-04-12 21:32:03 +08:00 committed by GitHub
parent 613be5509b
commit 3d6e4ee3a7

View File

@ -1,4 +1,4 @@
gradio>=3.23
gradio>=3.25.0
requests[socks]
transformers
python-markdown-math
@ -13,4 +13,4 @@ pygments
pymupdf
openai
numpy
arxiv
arxiv