Skip to content

Commit 4bca669

Browse files
committed
Update server_name in webui.py launch function
1 parent b969387 commit 4bca669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/webui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ def translate(text):
5757
btn_generate.click(summarize, inputs=[url], outputs=[summary, btn_translate])
5858
btn_translate.click(translate, inputs=[summary], outputs=[summary])
5959

60-
demo.launch()
60+
demo.launch(server_name="0.0.0.0")

0 commit comments

Comments
 (0)