mygyasir commited on
Commit
751b388
·
1 Parent(s): b0ea616

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=10)
5
  interface.launch()
 
1
  import gradio as gr
2
 
3
  interface = gr.Interface.load("models/digiplay/DreamShaper_8", title="AI ART CREATOR")
4
+
5
  interface.launch()