This commit is contained in:
SOULOFCINDER 2023-04-06 10:54:59 +08:00
parent 88ca5fecf9
commit e24ec2df0b
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ with gr.Blocks() as demo:
image_button.click(inference, inputs=text_input, outputs=text_output)
gr.Examples(examples, inputs=text_input)
demo.launch()
demo.launch(server_name="0.0.0.0")