akhaliq HF staff commited on
Commit
26bdc28
1 Parent(s): 74d79ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -146,7 +146,6 @@ gr.Interface(
146
  title=title,
147
  description=description,
148
  article=article,
149
- examples=[['bill.png','version 0.3'],['keanu.png','version 0.4'],['will.jpeg','version 0.4']],
150
  allow_flagging=False,
151
  allow_screenshot=False
152
- ).launch(enable_queue=True,cache_examples=True)
 
146
  title=title,
147
  description=description,
148
  article=article,
 
149
  allow_flagging=False,
150
  allow_screenshot=False
151
+ ).launch(enable_queue=True)