Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
4e7ba93
1
Parent(s):
3a94eb5
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ import string
|
|
7 |
import time
|
8 |
import threading
|
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")
|
|
|
7 |
import time
|
8 |
import threading
|
9 |
from threading import Thread
|
10 |
+
from queue import Queue
|
11 |
|
12 |
text_gen=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion")
|
13 |
proc1=gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
|