Ahsen Khaliq commited on
Commit
fb66fae
1 Parent(s): e832322

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -54,6 +54,5 @@ gr.Interface(
54
  examples=[
55
  ['lincoln.jpg'],
56
  ['einstein.png']
57
- ],
58
- enable_queue=True
59
- ).launch(debug=True)
 
54
  examples=[
55
  ['lincoln.jpg'],
56
  ['einstein.png']
57
+ ]
58
+ ).launch(enable_queue=True,cache_examples=True)