Remove default arguments from Gradio interface launch

#3
by jonjhiggins - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,4 +60,4 @@ 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, article=article, examples=examples, analytics_enabled=False).launch()