Ahsen Khaliq commited on
Commit
369ce3c
·
1 Parent(s): 10c2025

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -155,5 +155,6 @@ gr.Interface(
155
  article=article,
156
  examples=[['images/bill.png','version 0.3'],['images/keanu.png','version 0.4'],['images/will.jpeg','version 0.4']],
157
  allow_flagging=False,
158
- allow_screenshot=False
159
- ).launch(enable_queue=True,cache_examples=True)
 
 
155
  article=article,
156
  examples=[['images/bill.png','version 0.3'],['images/keanu.png','version 0.4'],['images/will.jpeg','version 0.4']],
157
  allow_flagging=False,
158
+ allow_screenshot=False,
159
+ enable_queue=True
160
+ ).launch()