manoskary commited on
Commit
27693ba
·
verified ·
1 Parent(s): c250d8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -325,4 +325,5 @@ with gr.Blocks(title="NotaGen - Symbolic Music Generation") as demo:
325
 
326
  # Launch the app
327
  if __name__ == "__main__":
 
328
  demo.launch()
 
325
 
326
  # Launch the app
327
  if __name__ == "__main__":
328
+ demo.queue()
329
  demo.launch()