Akbartus commited on
Commit
bc9f836
·
1 Parent(s): 4525cdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("# 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']}")
 
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']}")