freddyaboulton HF staff commited on
Commit
1fb4fba
β€’
1 Parent(s): 80ead3c

Install version

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +2 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: πŸš€
4
  colorFrom: pink
5
  colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 3.1.3
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
4
  colorFrom: pink
5
  colorTo: yellow
6
  sdk: gradio
7
+ sdk_version: https://github.com/gradio-app/gradio/archive/1867-cache-examples-gallery.tar.gz
8
  app_file: app.py
9
  pinned: false
10
  license: mit
app.py CHANGED
@@ -124,5 +124,6 @@ gr.Interface(
124
  outputs = gr.Gallery(label="Outputs, First image is low res, next one is High Res",visible=True),
125
  article = markdown_part,
126
  interpretation='default',
127
- allow_flagging='never'
 
128
  ).launch(debug=True)
 
124
  outputs = gr.Gallery(label="Outputs, First image is low res, next one is High Res",visible=True),
125
  article = markdown_part,
126
  interpretation='default',
127
+ allow_flagging='never',
128
+ cache_examples=True
129
  ).launch(debug=True)