zenafey commited on
Commit
53264d2
1 Parent(s): 310cdc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -269,11 +269,11 @@ def flip_text(prompt, negative_prompt, model, steps, sampler, cfg_scale, width,
269
 
270
  css = """
271
  #model_dd {
272
- width: 10px;
273
  }
274
  """
275
 
276
- with gr.Blocks() as demo:
277
  with gr.Row():
278
  with gr.Column(scale=6):
279
  model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,
 
269
 
270
  css = """
271
  #model_dd {
272
+ width: 50%;
273
  }
274
  """
275
 
276
+ with gr.Blocks(css=css) as demo:
277
  with gr.Row():
278
  with gr.Column(scale=6):
279
  model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,