Xinonria's picture
标准化响度
8358abb
raw
history blame contribute delete
No virus
148 Bytes
from main import demo
if __name__ == "__main__":
demo.launch(
server_port=8080,
show_api=False,
share=True
)