Akbartus commited on
Commit
41fcdab
·
1 Parent(s): f4ed461

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -55,11 +55,7 @@ def run_lora(prompt, progress=gr.Progress(track_tqdm=True)):
55
  with gr.Blocks(css="custom.css") as app:
56
  title = gr.Markdown("# artificialguybr LoRA portfolio")
57
  description = gr.Markdown(
58
- "### This is my portfolio. Follow me on Twitter [@artificialguybr](https://twitter.com/artificialguybr). \n"
59
- "**Note**: The speed and generation quality are for demonstration purposes. "
60
- "For best quality, use Auto or Comfy or Diffusers. \n"
61
- "**Warning**: The API might take some time to deliver the image. \n"
62
- "Special thanks to Hugging Face for their free inference API."
63
  )
64
  with gr.Row():
65
  prompt_title = gr.Markdown(f"### Type a prompt for {default_lora['title']}")
 
55
  with gr.Blocks(css="custom.css") as app:
56
  title = gr.Markdown("# artificialguybr LoRA portfolio")
57
  description = gr.Markdown(
58
+ "### Lora 360 demonstration."
 
 
 
 
59
  )
60
  with gr.Row():
61
  prompt_title = gr.Markdown(f"### Type a prompt for {default_lora['title']}")