sczhou commited on
Commit
8d18c11
·
verified ·
1 Parent(s): 3f969c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -367,4 +367,4 @@ demo = gr.Interface(
367
 
368
  DEBUG = os.getenv('DEBUG') == '1'
369
  # demo.launch(debug=DEBUG)
370
- demo.launch(debug=DEBUG, share=True)
 
367
 
368
  DEBUG = os.getenv('DEBUG') == '1'
369
  # demo.launch(debug=DEBUG)
370
+ demo.launch(debug=DEBUG, share=True, cache_examples=False)