update
This commit is contained in:
parent
88ca5fecf9
commit
e24ec2df0b
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue