alvdansen commited on
Commit
e3b6ecf
1 Parent(s): 0b9e40c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 [@artificialguybr](https://twitter.com/artificialguybr). \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."
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():