Update app.py
Browse files
app.py
CHANGED
@@ -92,4 +92,5 @@ with gr.Blocks(title="CarveKit") as app:
|
|
92 |
with gr.Row():
|
93 |
gr.HTML(footer)
|
94 |
|
95 |
-
app.
|
|
|
|
92 |
with gr.Row():
|
93 |
gr.HTML(footer)
|
94 |
|
95 |
+
app.queue()
|
96 |
+
app.launch(share=False, debug=True, show_error=True)
|