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