Gnib commited on
Commit
95e3980
1 Parent(s): 14bd426

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.33")
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 https://public.agent-matrix.com/publish/gradio-3.32.9-py3-none-any.whl")
5
  # help_menu_description = \
6
  # """Github源代码开源和更新[地址🚀](https://github.com/binary-husky/gpt_academic),
7
  # 感谢热情的[开发者们❤️](https://github.com/binary-husky/gpt_academic/graphs/contributors).