artificialguybr commited on
Commit
f180d69
1 Parent(s): 5d6a749

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: # Removed the css argument
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",