Tonic commited on
Commit
3aba01d
β€’
1 Parent(s): c9f8c2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,5 +255,5 @@ def app_interface():
255
 
256
  return demo
257
 
258
- # Run the Gradio app
259
  app_interface().launch()
 
255
 
256
  return demo
257
 
258
+ app_interface().queue()
259
  app_interface().launch()