azamat commited on
Commit
5ff76f1
·
1 Parent(s): c48e089

Removed queue

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -49,7 +49,6 @@ iface = gr.Interface(fn=search,
49
  title=title,
50
  description=description,
51
  examples=[[e] for e in examples],
52
- cache_examples="lazy",
53
- queue=True)
54
 
55
  iface.launch(auth=(os.getenv("username"), os.getenv("password")))
 
49
  title=title,
50
  description=description,
51
  examples=[[e] for e in examples],
52
+ cache_examples="lazy")
 
53
 
54
  iface.launch(auth=(os.getenv("username"), os.getenv("password")))