delete share
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-05-04 16:50:54 +08:00
parent 5360b39c98
commit c827c9e814
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -61,4 +61,4 @@ with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo:
examples = gr.Examples(examples=[['bird.png', 'bird']], inputs=[image, prompt], label="例子")
if __name__ == "__main__":
demo.queue(concurrency_count=3).launch(server_name = "0.0.0.0", share=True)
demo.queue(concurrency_count=3).launch(server_name = "0.0.0.0")