Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ with demo_blocks as demo:
|
|
| 84 |
id_input=gr.Text(label="Name", visible=False)
|
| 85 |
|
| 86 |
with gr.Column():
|
| 87 |
-
image_out = gr.Image(height=800,sources=[],label="Output", elem_id="output-img",format="
|
| 88 |
|
| 89 |
|
| 90 |
|
|
@@ -101,7 +101,7 @@ with demo_blocks as demo:
|
|
| 101 |
fn=example_out,
|
| 102 |
inputs=[image,image_mask,prompt,strength,id_input],
|
| 103 |
outputs=[image_out],
|
| 104 |
-
cache_examples=
|
| 105 |
)
|
| 106 |
gr.HTML(
|
| 107 |
"""
|
|
|
|
| 84 |
id_input=gr.Text(label="Name", visible=False)
|
| 85 |
|
| 86 |
with gr.Column():
|
| 87 |
+
image_out = gr.Image(height=800,sources=[],label="Output", elem_id="output-img",format="jpg")
|
| 88 |
|
| 89 |
|
| 90 |
|
|
|
|
| 101 |
fn=example_out,
|
| 102 |
inputs=[image,image_mask,prompt,strength,id_input],
|
| 103 |
outputs=[image_out],
|
| 104 |
+
cache_examples=True,
|
| 105 |
)
|
| 106 |
gr.HTML(
|
| 107 |
"""
|