artificialguybr commited on
Commit
000d4f5
1 Parent(s): 0d6ded8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def run_lora(prompt, weight):
32
  # Gradio UI
33
  print("Before Gradio Interface")
34
 
35
- title = gr.HTML("""<h1>LoRA the Explorer</h1>""", "title")
36
 
37
  gallery = gr.Gallery(
38
  value=[(item["image"], item["title"]) for item in loras],
 
32
  # Gradio UI
33
  print("Before Gradio Interface")
34
 
35
+ title = gr.HTML("""<h1>LoRA the Explorer</h1>""")
36
 
37
  gallery = gr.Gallery(
38
  value=[(item["image"], item["title"]) for item in loras],