Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os; os.environ['no_proxy'] = '*' # 避免代理网络产生意外污染
|
2 |
-
|
|
|
3 |
# help_menu_description = \
|
4 |
# """Github源代码开源和更新[地址🚀](https://github.com/binary-husky/gpt_academic),
|
5 |
# 感谢热情的[开发者们❤️](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.33")
|
4 |
# help_menu_description = \
|
5 |
# """Github源代码开源和更新[地址🚀](https://github.com/binary-husky/gpt_academic),
|
6 |
# 感谢热情的[开发者们❤️](https://github.com/binary-husky/gpt_academic/graphs/contributors).
|