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

This commit is contained in:
binary-husky 2023-09-23 23:23:23 +08:00
parent e24f077b68
commit d6eaaad962

View File

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