Spaces:
Sleeping
Sleeping
feature: add port for docker image
Browse files
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)
|