禁止gradio显示误导性的share=True

这个提交包含在:
binary-husky
2023-09-23 23:23:23 +08:00
父节点 e24f077b68
当前提交 d6eaaad962

查看文件

@@ -285,6 +285,7 @@ def main():
auto_opentab_delay() auto_opentab_delay()
demo.queue(concurrency_count=CONCURRENT_COUNT).launch( demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
quiet=True,
server_name="0.0.0.0", server_name="0.0.0.0",
server_port=PORT, server_port=PORT,
favicon_path="docs/logo.png", favicon_path="docs/logo.png",