Politrees commited on
Commit
2035af9
·
verified ·
1 Parent(s): c92e0a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ with gr.Blocks(
9
  gr.HTML("<h1><center> 🎵 PolUVR 🎵 </center></h1>")
10
  PolUVR_UI()
11
 
12
- app.launch(debug=True, show_error=True)
 
9
  gr.HTML("<h1><center> 🎵 PolUVR 🎵 </center></h1>")
10
  PolUVR_UI()
11
 
12
+ app.queue().launch(debug=True, show_error=True)