ChenyuRabbitLove commited on
Commit
460aa4f
·
verified ·
1 Parent(s): 5daa6b7

feature: add port for docker image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1823,4 +1823,4 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
1823
  outputs = [chinese_idea_tab, chinese_full_paragraph_tab]
1824
  )
1825
 
1826
- demo.launch()
 
1823
  outputs = [chinese_idea_tab, chinese_full_paragraph_tab]
1824
  )
1825
 
1826
+ demo.launch(server_name="0.0.0.0", server_port=7860)