verkaDerkaDerk commited on
Commit
f7a2ca3
1 Parent(s): 898d950

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -60,4 +60,8 @@ examples = [
60
  ["lions.jpg"]
61
  ]
62
 
63
- gr.Interface(depth, inputs, outputs, title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch(enable_queue=True,cache_examples=True)
 
 
 
 
 
60
  ["lions.jpg"]
61
  ]
62
 
63
+ gr.Interface(depth, inputs, outputs, title=title, description=description,
64
+ article=article, examples=examples, analytics_enabled=False
65
+ ).launch(enable_queue=True
66
+ #,cache_examples=True <-- busted
67
+ )