SemaSci commited on
Commit
c8f6784
·
verified ·
1 Parent(s): 1d5e41e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -222,7 +222,7 @@ with gr.Blocks(css=css) as demo:
222
  minimum=256,
223
  maximum=MAX_IMAGE_SIZE,
224
  step=32,
225
- value=1024, # Replace with defaults that work for your model
226
  )
227
 
228
  height = gr.Slider(
@@ -230,7 +230,7 @@ with gr.Blocks(css=css) as demo:
230
  minimum=256,
231
  maximum=MAX_IMAGE_SIZE,
232
  step=32,
233
- value=1024, # Replace with defaults that work for your model
234
  )
235
 
236
  with gr.Row():
@@ -253,7 +253,7 @@ with gr.Blocks(css=css) as demo:
253
  with gr.Row():
254
  model_lora_id = gr.Dropdown(
255
  label="Lora Id",
256
- choices=model_dropdown,
257
  info="Choose LoRA model",
258
  visible=True,
259
  allow_custom_value=True,
 
222
  minimum=256,
223
  maximum=MAX_IMAGE_SIZE,
224
  step=32,
225
+ value=512, # Replace with defaults that work for your model
226
  )
227
 
228
  height = gr.Slider(
 
230
  minimum=256,
231
  maximum=MAX_IMAGE_SIZE,
232
  step=32,
233
+ value=512, # Replace with defaults that work for your model
234
  )
235
 
236
  with gr.Row():
 
253
  with gr.Row():
254
  model_lora_id = gr.Dropdown(
255
  label="Lora Id",
256
+ choices=model_lora_dropdown,
257
  info="Choose LoRA model",
258
  visible=True,
259
  allow_custom_value=True,