Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -53,9 +53,9 @@ def run_lora(prompt, progress=gr.Progress(track_tqdm=True)):
|
|
53 |
raise gr.Error("API Error: Unable to fetch the image.") # Raise a Gradio error here
|
54 |
|
55 |
with gr.Blocks(css="custom.css") as app:
|
56 |
-
title = gr.Markdown("#
|
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']}")
|
|
|
53 |
raise gr.Error("API Error: Unable to fetch the image.") # Raise a Gradio error here
|
54 |
|
55 |
with gr.Blocks(css="custom.css") as app:
|
56 |
+
title = gr.Markdown("# LoRA 360 Demonstration")
|
57 |
description = gr.Markdown(
|
58 |
+
"### Lora 360 demonstration and API endpoint."
|
59 |
)
|
60 |
with gr.Row():
|
61 |
prompt_title = gr.Markdown(f"### Type a prompt for {default_lora['title']}")
|