Commit 780f8bc6 authored by chenpangpang's avatar chenpangpang
Browse files

feat: app创建公开链接

parent e274b2d1
...@@ -163,4 +163,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app: ...@@ -163,4 +163,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
) )
app.queue() app.queue()
app.launch() app.launch(server_name="0.0.0.0", share=True)
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment