ybelkada commited on
Commit
5a568bc
1 Parent(s): ea92500

add enable queue + cache example

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,6 +70,6 @@ iface = gr.Interface(
70
  description=description,
71
  title=title,
72
  css=css,
73
- article=article,
74
  )
75
- iface.launch()
 
70
  description=description,
71
  title=title,
72
  css=css,
73
+ article=article
74
  )
75
+ iface.launch(enable_queue=True, cache_examples=True)