Spaces:
Runtime error
Runtime error
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("")
|
| 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("")
|
| 177 |
|
| 178 |
block.launch(debug = True)
|