Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
•
b3ba9f7
1
Parent(s):
c0af429
Update app.py
Browse files
app.py
CHANGED
@@ -270,6 +270,6 @@ with block:
|
|
270 |
]
|
271 |
]
|
272 |
examples = gr.Examples(examples=examples_list,inputs = [input_image, prompt, input_control, a_prompt, n_prompt, num_samples, image_resolution, ddim_steps, scale, seed, eta, low_threshold, high_threshold], outputs = [result_gallery], cache_examples = True, fn = process)
|
273 |
-
|
274 |
|
275 |
block.launch(debug = True)
|
|
|
270 |
]
|
271 |
]
|
272 |
examples = gr.Examples(examples=examples_list,inputs = [input_image, prompt, input_control, a_prompt, n_prompt, num_samples, image_resolution, ddim_steps, scale, seed, eta, low_threshold, high_threshold], outputs = [result_gallery], cache_examples = True, fn = process)
|
273 |
+
gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=RamAnanth1.ControlNet)")
|
274 |
|
275 |
block.launch(debug = True)
|