Spaces:
Runtime error
Runtime error
artificialguybr
commited on
Commit
•
bf71179
1
Parent(s):
d2091ae
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def run_lora(prompt):
|
|
28 |
# Gradio UI
|
29 |
print("Before Gradio Interface")
|
30 |
|
31 |
-
with gr.Blocks() as app:
|
32 |
title = gr.HTML("<h1>LoRA the Explorer</h1>")
|
33 |
gallery = gr.Gallery(
|
34 |
[(item["image"], item["title"]) for item in loras],
|
|
|
28 |
# Gradio UI
|
29 |
print("Before Gradio Interface")
|
30 |
|
31 |
+
with gr.Blocks(css="custom.css") as app:
|
32 |
title = gr.HTML("<h1>LoRA the Explorer</h1>")
|
33 |
gallery = gr.Gallery(
|
34 |
[(item["image"], item["title"]) for item in loras],
|