hlydecker commited on
Commit
dc04f54
·
verified ·
1 Parent(s): a833d2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,4 +47,4 @@ with gr.Blocks(title="ViT LCZ Classification - ClassCat",
47
  gr.Examples(['data/dense_trees.png'], label='Dense trees', inputs=input_image)
48
  gr.Examples(['data/large_lowrise.png'], label='Large lowrise', inputs=input_image)
49
 
50
- demo.launch(debug=True, cache_examples=True)
 
47
  gr.Examples(['data/dense_trees.png'], label='Dense trees', inputs=input_image)
48
  gr.Examples(['data/large_lowrise.png'], label='Large lowrise', inputs=input_image)
49
 
50
+ demo.launch(debug=True)