We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b969387 commit 4bca669Copy full SHA for 4bca669
app/webui.py
@@ -57,4 +57,4 @@ def translate(text):
57
btn_generate.click(summarize, inputs=[url], outputs=[summary, btn_translate])
58
btn_translate.click(translate, inputs=[summary], outputs=[summary])
59
60
-demo.launch()
+demo.launch(server_name="0.0.0.0")
0 commit comments