smjain commited on
Commit
e045ba6
1 Parent(s): 23f7f51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -18,4 +18,5 @@ iface = gr.Interface(
18
 
19
  # Launch the app
20
  if __name__ == "__main__":
21
- iface.launch(share=True)
 
 
18
 
19
  # Launch the app
20
  if __name__ == "__main__":
21
+ iface.queue(concurrency_count=1, max_size=50).launch()
22
+