ysharma HF staff commited on
Commit
2b7b9e5
·
1 Parent(s): c04af61

update example code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 )