oh-my-dear-ai commited on
Commit
8905bb5
β€’
1 Parent(s): 9768291

feat(app): add queue functionality

Implement queue to manage and handle multiple user requests efficiently, improving
the app's performance under concurrent usage.
```

Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -248,4 +248,6 @@ with gr.Blocks() as app:
248
  # )
249
 
250
 
 
 
251
  app.launch()
 
248
  # )
249
 
250
 
251
+
252
+ app.queue()
253
  app.launch()