smpol commited on
Commit
0b7d49b
1 Parent(s): ce646f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,6 +49,6 @@ demo = gr.Interface(
49
  description=description,
50
  )
51
 
52
-
53
 
54
  demo.launch()
 
49
  description=description,
50
  )
51
 
52
+ demo.queue()
53
 
54
  demo.launch()