fffiloni commited on
Commit
1658ae9
1 Parent(s): 7f39ca4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks() as demo:
88
  use_custom_model = gr.Checkbox(label="Use a custom model ?", value=False)
89
  model_name = gr.Textbox(label="Model to use", placeholder="username/my_model")
90
  image_in = gr.Image(source="upload", type="filepath")
91
- prompt = gr.Textbox(label="Prompt"),
92
  preprocessor = gr.Dropdown(label="Preprocessor", choices=["canny"], value="canny")
93
  guidance_scale = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, step=0.1, value=7.5, type="float")
94
  controlnet_conditioning_scale = gr.Slider(label="Controlnet conditioning Scale", minimum=0.1, maximum=0.9, step=0.01, value=0.5, type="float")
 
88
  use_custom_model = gr.Checkbox(label="Use a custom model ?", value=False)
89
  model_name = gr.Textbox(label="Model to use", placeholder="username/my_model")
90
  image_in = gr.Image(source="upload", type="filepath")
91
+ prompt = gr.Textbox(label="Prompt")
92
  preprocessor = gr.Dropdown(label="Preprocessor", choices=["canny"], value="canny")
93
  guidance_scale = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, step=0.1, value=7.5, type="float")
94
  controlnet_conditioning_scale = gr.Slider(label="Controlnet conditioning Scale", minimum=0.1, maximum=0.9, step=0.01, value=0.5, type="float")