israelgonzalezb commited on
Commit
82a1e28
1 Parent(s): 65660a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,4 +24,4 @@ with gr.Blocks() as demo:
24
 
25
 
26
  if __name__ == "__main__":
27
- demo.launch(debug=True)
 
24
 
25
 
26
  if __name__ == "__main__":
27
+ demo.launch(debug=True, cache_examples=False)