Spaces:
Paused
Paused
update example code
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks() as demo:
|
|
74 |
inputs=image_in,
|
75 |
#outputs=im_2,
|
76 |
fn=inversion,
|
77 |
-
cache_examples=True,
|
78 |
)
|
79 |
with gr.Column():
|
80 |
btn_inversion = gr.Button("Get input noise and image caption",visible=False )
|
|
|
74 |
inputs=image_in,
|
75 |
#outputs=im_2,
|
76 |
fn=inversion,
|
77 |
+
#cache_examples=True,
|
78 |
)
|
79 |
with gr.Column():
|
80 |
btn_inversion = gr.Button("Get input noise and image caption",visible=False )
|