multimodalart HF staff commited on
Commit
9dbccf2
1 Parent(s): 34a491d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ with block:
265
  randomize=True,
266
  )
267
 
268
- ex = gr.Examples(examples=examples, fn=infer, inputs=text, outputs=[gallery, community_icon, loading_icon, share_button], cache_examples=True, postprocess=False)
269
  ex.dataset.headers = [""]
270
 
271
  text.submit(infer, inputs=text, outputs=[gallery], postprocess=False)
 
265
  randomize=True,
266
  )
267
 
268
+ ex = gr.Examples(examples=examples, fn=infer, inputs=text, outputs=[gallery], cache_examples=True, postprocess=False)
269
  ex.dataset.headers = [""]
270
 
271
  text.submit(infer, inputs=text, outputs=[gallery], postprocess=False)