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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -276,7 +276,9 @@ css = """
276
  }
277
  """
278
 
279
- with gr.Blocks() 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,
 
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,