Update app.py
Browse files
app.py
CHANGED
@@ -74,11 +74,11 @@ def run_lora(prompt, selected_state, progress=gr.Progress(track_tqdm=True)):
|
|
74 |
with gr.Blocks(css="custom.css") as app:
|
75 |
title = gr.Markdown("# artificialguybr LoRA portfolio")
|
76 |
description = gr.Markdown(
|
77 |
-
"### This is my portfolio. Follow me on Twitter [@
|
78 |
"**Note**: The speed and generation quality are for demonstration purposes. "
|
79 |
"For best quality, use Auto or Comfy or Diffusers. \n"
|
80 |
"**Warning**: The API might take some time to deliver the image. \n"
|
81 |
-
"Special thanks to Hugging Face for their free inference API."
|
82 |
)
|
83 |
selected_state = gr.State()
|
84 |
with gr.Row():
|
|
|
74 |
with gr.Blocks(css="custom.css") as app:
|
75 |
title = gr.Markdown("# artificialguybr LoRA portfolio")
|
76 |
description = gr.Markdown(
|
77 |
+
"### This is my portfolio. Follow me on Twitter [@araminta_k](https://twitter.com/araminta_k). \n"
|
78 |
"**Note**: The speed and generation quality are for demonstration purposes. "
|
79 |
"For best quality, use Auto or Comfy or Diffusers. \n"
|
80 |
"**Warning**: The API might take some time to deliver the image. \n"
|
81 |
+
"Special thanks to Hugging Face for their free inference API and @artificialguybr and @multimodalart on Twitter for the template."
|
82 |
)
|
83 |
selected_state = gr.State()
|
84 |
with gr.Row():
|