Spaces:
Runtime error
Runtime error
Commit
·
baf8697
1
Parent(s):
98c65f1
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-photoreal-2.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-photoreal-2.0")
|
| 13 |
|
| 14 |
def restart_script_periodically():
|
| 15 |
while True:
|