Thaweewat commited on
Commit
e290e19
1 Parent(s): 12044dd

Add page badge

Browse files
Files changed (2) hide show
  1. .idea/workspace.xml +1 -1
  2. app.py +1 -1
.idea/workspace.xml CHANGED
@@ -44,7 +44,7 @@
44
  <option name="number" value="Default" />
45
  <option name="presentableId" value="Default" />
46
  <updated>1677222707113</updated>
47
- <workItem from="1677222708286" duration="12038000" />
48
  </task>
49
  <servers />
50
  </component>
 
44
  <option name="number" value="Default" />
45
  <option name="presentableId" value="Default" />
46
  <updated>1677222707113</updated>
47
+ <workItem from="1677222708286" duration="12633000" />
48
  </task>
49
  <servers />
50
  </component>
app.py CHANGED
@@ -114,6 +114,6 @@ with block:
114
  result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery").style(grid=2, height='auto')
115
  ips = [input_image, prompt, input_control, num_samples, image_resolution, ddim_steps, scale, seed, eta, low_threshold, high_threshold]
116
  run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
117
-
118
 
119
  block.launch(debug = True)
 
114
  result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery").style(grid=2, height='auto')
115
  ips = [input_image, prompt, input_control, num_samples, image_resolution, ddim_steps, scale, seed, eta, low_threshold, high_threshold]
116
  run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
117
+ gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=Thaweewat.ControlNet-Architecture)")
118
 
119
  block.launch(debug = True)