Gnib commited on
Commit
14bd426
1 Parent(s): 827f081

Update main.py

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