ricklon commited on
Commit
40f23b5
1 Parent(s): 067e7d9

added queueing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,4 +66,4 @@ iface = gr.Interface(
66
  )
67
 
68
  # Run the interface
69
- iface.queue.launch()
 
66
  )
67
 
68
  # Run the interface
69
+ iface.queue().launch()