无知之人 commited on
Commit
3d6e4ee
1 Parent(s): 613be55

[fix]Update requirements.txt For fix

Browse files

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: #371 和 https://github.com/gradio-app/gradio/issues/3716

Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio>=3.23
2
  requests[socks]
3
  transformers
4
  python-markdown-math
@@ -13,4 +13,4 @@ pygments
13
  pymupdf
14
  openai
15
  numpy
16
- arxiv
 
1
+ gradio>=3.25.0
2
  requests[socks]
3
  transformers
4
  python-markdown-math
 
13
  pymupdf
14
  openai
15
  numpy
16
+ arxiv