This Pull Request fixes the space

#5
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')