Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
d8dae6c
1
Parent(s):
06537c6
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ import time
|
|
8 |
from queue import Queue
|
9 |
from threading import Thread
|
10 |
|
11 |
-
text_gen=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion"
|
12 |
-
proc1=gr.Interface.load("models/dreamlike-art/dreamlike-diffusion-1.0"
|
13 |
|
14 |
def restart_script_periodically():
|
15 |
while True:
|
|
|
8 |
from queue import Queue
|
9 |
from threading import Thread
|
10 |
|
11 |
+
text_gen=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion")
|
12 |
+
proc1=gr.Interface.load("models/dreamlike-art/dreamlike-diffusion-1.0")
|
13 |
|
14 |
def restart_script_periodically():
|
15 |
while True:
|