Gnib commited on
Commit
26e2aef
1 Parent(s): c06dccd

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -1,6 +1,6 @@
1
  import os; os.environ['no_proxy'] = '*' # 避免代理网络产生意外污染
2
  os.system("pip uninstall -y gradio")
3
- os.system("pip install gradio==3.33")
4
  # help_menu_description = \
5
  # """Github源代码开源和更新[地址🚀](https://github.com/binary-husky/gpt_academic),
6
  # 感谢热情的[开发者们❤️](https://github.com/binary-husky/gpt_academic/graphs/contributors).
 
1
  import os; os.environ['no_proxy'] = '*' # 避免代理网络产生意外污染
2
  os.system("pip uninstall -y gradio")
3
+ os.system("pip install gradio==3.32")
4
  # help_menu_description = \
5
  # """Github源代码开源和更新[地址🚀](https://github.com/binary-husky/gpt_academic),
6
  # 感谢热情的[开发者们❤️](https://github.com/binary-husky/gpt_academic/graphs/contributors).