Skip to content

Commit

Permalink
Merge pull request yl4579#1 from darai0512/master
Browse files Browse the repository at this point in the history
select free port for webui by gradio
  • Loading branch information
litagin02 authored Dec 28, 2023
2 parents fa9bdee + 31edae2 commit 9d39706
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 9d39706

Please sign in to comment.