Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
67294ce
1
Parent(s):
3195c91
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from threading import Thread
|
|
10 |
import subprocess
|
11 |
|
12 |
queue = Queue()
|
13 |
-
queue_threshold =
|
14 |
|
15 |
text_gen=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion")
|
16 |
proc1=gr.Interface.load("models/dreamlike-art/dreamlike-diffusion-1.0", live=True)
|
|
|
10 |
import subprocess
|
11 |
|
12 |
queue = Queue()
|
13 |
+
queue_threshold = 10
|
14 |
|
15 |
text_gen=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion")
|
16 |
proc1=gr.Interface.load("models/dreamlike-art/dreamlike-diffusion-1.0", live=True)
|