zenafey commited on
Commit
e451943
·
1 Parent(s): f2ec76e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -276,9 +276,7 @@ css = """
276
  }
277
  """
278
 
279
- theme = gr.themes.Base(neutral_hue="zinc")
280
-
281
- with gr.Blocks(theme=theme) as demo:
282
  with gr.Row():
283
  with gr.Column(scale=6):
284
  model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,
 
276
  }
277
  """
278
 
279
+ with gr.Blocks(theme="zenafey/zinc") as demo:
 
 
280
  with gr.Row():
281
  with gr.Column(scale=6):
282
  model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,