Skip to content

Commit

Permalink
select free port for webui by gradio
Browse files Browse the repository at this point in the history
  • Loading branch information
darai0512 committed Dec 28, 2023
1 parent fa9bdee commit 31edae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@ def train(model_name):
style_gen_btn.click(style_gen, inputs=[model_name], outputs=[info])
train_btn.click(train, inputs=[model_name], outputs=[info])

app.launch(share=False, server_port=7860, inbrowser=True)
app.launch(share=False, inbrowser=True)

0 comments on commit 31edae2

Please sign in to comment.