andreamocci commited on
Commit
33abee4
·
1 Parent(s): bc917c1

Removed enable_queue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,4 +53,4 @@ demo = gr.Interface(
53
  examples=[["example-1.jpg"], ["example-2.jpg"], ["example-3.jpg"], ["example-4.jpg"], ["example-5.jpg"]],
54
  cache_examples=False)
55
 
56
- demo.launch(enable_queue=True)
 
53
  examples=[["example-1.jpg"], ["example-2.jpg"], ["example-3.jpg"], ["example-4.jpg"], ["example-5.jpg"]],
54
  cache_examples=False)
55
 
56
+ demo.launch()