tori29umai commited on
Commit
87e182a
1 Parent(s): 06642da
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ class Img2Img:
93
  with gr.Row():
94
  with gr.Column():
95
  self.input_image_path = gr.Image(label="input_image", type='filepath')
96
- self.prompt, self.negative_prompt = self.prompt_layout(self.input_image_path)
97
  self.controlnet_scale = gr.Slider(minimum=0.5, maximum=1.25, value=1.0, step=0.01, label="線画忠実度")
98
  generate_button = gr.Button("生成")
99
  with gr.Column():
 
93
  with gr.Row():
94
  with gr.Column():
95
  self.input_image_path = gr.Image(label="input_image", type='filepath')
96
+ self.prompt, self.negative_prompt = self.prompt_layout()
97
  self.controlnet_scale = gr.Slider(minimum=0.5, maximum=1.25, value=1.0, step=0.01, label="線画忠実度")
98
  generate_button = gr.Button("生成")
99
  with gr.Column():