Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,6 +86,5 @@ demo = gr.Interface(
|
|
86 |
live=True # Real-time interaction
|
87 |
)
|
88 |
|
89 |
-
|
90 |
-
|
91 |
-
demo.launch(queue=True, show_error=True)
|
|
|
86 |
live=True # Real-time interaction
|
87 |
)
|
88 |
|
89 |
+
# Enable queuing and launch the app
|
90 |
+
demo.queue().launch(show_error=True)
|
|