mygyasir commited on
Commit
b0ea616
·
1 Parent(s): 2c51514

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
2
 
3
  interface = gr.Interface.load("models/digiplay/DreamShaper_8", title="AI ART CREATOR")
 
4
  interface.launch()
 
1
  import gradio as gr
2
 
3
  interface = gr.Interface.load("models/digiplay/DreamShaper_8", title="AI ART CREATOR")
4
+ interface.queue(concurrency_count=10)
5
  interface.launch()