Fabrice-TIERCELIN commited on
Commit
2251126
·
verified ·
1 Parent(s): 7149fba

This Pull Request fixes the space

Browse files

The examples break the space if they are cached at the startup because it's too long. If they are cached after the startup, there are no more problems.

Click on _Merge_ to add this feature.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,6 +192,6 @@ with block:
192
  ],
193
  outputs=[result_gallery],
194
  fn=process,
195
- cache_examples=True,
196
  )
197
  block.launch(debug = True, server_name='0.0.0.0')
 
192
  ],
193
  outputs=[result_gallery],
194
  fn=process,
195
+ cache_examples=False,
196
  )
197
  block.launch(debug = True, server_name='0.0.0.0')