Spaces:
Runtime error
Runtime error
Commit
·
f180d69
1
Parent(s):
5d6a749
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def query(payload, api_url, token):
|
|
| 16 |
return io.BytesIO(response.content)
|
| 17 |
|
| 18 |
# Gradio UI
|
| 19 |
-
with gr.Blocks() as demo: #
|
| 20 |
title = gr.HTML(
|
| 21 |
"""<h1><img src="https://i.imgur.com/vT48NAO.png" alt="LoRA"> LoRA the Explorer</h1>""",
|
| 22 |
elem_id="title",
|
|
|
|
| 16 |
return io.BytesIO(response.content)
|
| 17 |
|
| 18 |
# Gradio UI
|
| 19 |
+
with gr.Blocks(css="custom.css") as demo: # Added the css argument with "custom.css"
|
| 20 |
title = gr.HTML(
|
| 21 |
"""<h1><img src="https://i.imgur.com/vT48NAO.png" alt="LoRA"> LoRA the Explorer</h1>""",
|
| 22 |
elem_id="title",
|