Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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()
|