lx0xl commited on
Commit
d9f8bc2
1 Parent(s): bbba008

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ list_resolutions = [
123
  ]
124
 
125
  # Grodio界面
126
- with gr.Blocks(theme=gr.themes.Base(),fill_width=True,css=css) as demo:
127
  with gr.Row():
128
  with gr.Column(scale=6):
129
  model = gr.Dropdown(interactive=True,value="animagineXLV3_v30.safetensors [75f2f05b]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
 
123
  ]
124
 
125
  # Grodio界面
126
+ with gr.Blocks(theme=gr.themes.Base(),css=css) as demo:
127
  with gr.Row():
128
  with gr.Column(scale=6):
129
  model = gr.Dropdown(interactive=True,value="animagineXLV3_v30.safetensors [75f2f05b]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())