radames HF staff commited on
Commit
ee59147
1 Parent(s): 171c0f8

bump gradio, enable cache

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: ⚡
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
7
- sdk_version: 2.9.3
8
  app_file: app.py
9
  pinned: false
10
  ---
 
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
7
+ sdk_version: 2.9.4
8
  app_file: app.py
9
  pinned: false
10
  ---
app.py CHANGED
@@ -115,4 +115,4 @@ iface = gr.Interface(fn=process_image,
115
  description=description,
116
  examples=examples,
117
  allow_flagging="never")
118
- iface.launch(debug=True, enable_queue=True, cache_examples=False)
 
115
  description=description,
116
  examples=examples,
117
  allow_flagging="never")
118
+ iface.launch(debug=True, enable_queue=False, cache_examples=True)