zwl commited on
Commit
ff8b9e9
1 Parent(s): 09429a3

update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -252,7 +252,6 @@ with gr.Blocks(css=css) as demo:
252
  with gr.Tab("Image to image"):
253
  with gr.Group():
254
  image = gr.Image(label="Image", height=256, tool="editor", type="pil")
255
- guidance = gr.Slider(label="Guidance scale", value=7.5, maximum=15)
256
  strength = gr.Slider(label="Transformation strength", minimum=0, maximum=1, step=0.01, value=0.5)
257
 
258
  # model_name.change(lambda x: gr.update(visible = x == models[0].name), inputs=model_name, outputs=custom_model_group)
 
252
  with gr.Tab("Image to image"):
253
  with gr.Group():
254
  image = gr.Image(label="Image", height=256, tool="editor", type="pil")
 
255
  strength = gr.Slider(label="Transformation strength", minimum=0, maximum=1, step=0.01, value=0.5)
256
 
257
  # model_name.change(lambda x: gr.update(visible = x == models[0].name), inputs=model_name, outputs=custom_model_group)