Skip to content

Commit

Permalink
Update xldemo_txt2img_ui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeisboringsoprogramming authored Jul 15, 2023
1 parent 7850cc1 commit f9f6b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xldemo_txt2img_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def make_ui():
)

with gr.Row():
gr.HTML(value="<p style='font-size: 1.0em; margin-bottom: 0.7em'>Watch 📺 <b><a href=\"https://youtu.be/iF4w7gFDaYM\">video</a></b> for detailed explanation 🔍 ☕️ Please consider supporting me in Patreon <b><a href=\"https://www.patreon.com/lifeisboringsoprogramming\">here</a></b> 🍻</p>")
gr.HTML(value="<p style='font-size: 1.0em; margin-bottom: 0.7em'>Watch 📺 <b><a style=\"color: red\" href=\"https://youtu.be/iF4w7gFDaYM\">video</a></b> for detailed explanation 🔍 ☕️ Please consider supporting me in Patreon <b><a style=\"color: red\" href=\"https://www.patreon.com/lifeisboringsoprogramming\">here</a></b> 🍻</p>")


xldemo_txt2img_submit.click(fn=do_xldemo_txt2img_infer, inputs=[
Expand Down

0 comments on commit f9f6b9f

Please sign in to comment.