Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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()
|