thejagstudio commited on
Commit
1da120a
1 Parent(s): 0261b26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,3 +1,5 @@
1
  import gradio as gr
2
 
3
- gr.load("models/thejagstudio/LordSwaminaryan").launch()
 
 
 
1
  import gradio as gr
2
 
3
+ app = gr.load("models/thejagstudio/LordSwaminaryan")
4
+ app.queue(default_concurrency_limit=10,concurrency_limit=10)
5
+ app.launch()