Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
•
29e7450
1
Parent(s):
e451032
Update app.py
Browse files
app.py
CHANGED
@@ -172,7 +172,7 @@ with block:
|
|
172 |
|
173 |
# ]
|
174 |
]
|
175 |
-
examples = gr.Examples(examples=examples_list,inputs = [input_image, prompt, input_control
|
176 |
gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=RamAnanth1.ControlNet)")
|
177 |
|
178 |
block.launch(debug = True)
|
|
|
172 |
|
173 |
# ]
|
174 |
]
|
175 |
+
examples = gr.Examples(examples=examples_list,inputs = [input_image, prompt, input_control], outputs = [result_gallery], cache_examples = True, fn = process)
|
176 |
gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=RamAnanth1.ControlNet)")
|
177 |
|
178 |
block.launch(debug = True)
|