thejagstudio commited on
Commit
097587d
1 Parent(s): 1da120a

Update app.py

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