Ahsen Khaliq commited on
Commit
b99394e
·
1 Parent(s): 7674869

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -64,6 +64,4 @@ gr.Interface(
64
  examples=[
65
  ['bear.jpg','base'],
66
  ['anime.png','anime']
67
- ],
68
- enable_queue=True
69
- ).launch(debug=True)
 
64
  examples=[
65
  ['bear.jpg','base'],
66
  ['anime.png','anime']
67
+ ]).launch(enable_queue=True,cache_examples=True)