Add page badge
Browse files- .idea/workspace.xml +1 -1
- 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="
|
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("")
|
118 |
|
119 |
block.launch(debug = True)
|