Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
"###
|
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']}")
|