Update app.py
Browse files
app.py
CHANGED
@@ -215,10 +215,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
215 |
with gr.Row():
|
216 |
gr.Examples(
|
217 |
examples = examples,
|
218 |
-
|
219 |
-
fn=gen,
|
220 |
-
cache_examples="lazy",
|
221 |
-
outputs=image_output
|
222 |
)
|
223 |
|
224 |
|
|
|
215 |
with gr.Row():
|
216 |
gr.Examples(
|
217 |
examples = examples,
|
218 |
+
|
|
|
|
|
|
|
219 |
)
|
220 |
|
221 |
|