mygyasir commited on
Commit
dc7e3d7
1 Parent(s): 9080bba

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
  interface = gr.Interface.load("models/digiplay/DreamShaper_8", title="AI ART CREATOR")
4
- interface.queue(concurrency_count=15)
5
  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=5)
5
  interface.launch()