[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
这个提交包含在:
无知之人
2023-04-12 21:32:03 +08:00
提交者 GitHub
父节点 1c96ed39c3
当前提交 bb079d9b81

查看文件

@@ -1,4 +1,4 @@
gradio>=3.23
gradio>=3.25.0
requests[socks]
transformers
python-markdown-math