Spaces:
Running
on
Zero
Running
on
Zero
artificialguybr
commited on
Commit
•
000d4f5
1
Parent(s):
0d6ded8
Update app.py
Browse files
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>"""
|
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],
|