Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
79db061
1
Parent(s):
45b1041
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ from queue import Queue
|
|
9 |
from threading import Thread
|
10 |
import emoji
|
11 |
|
|
|
12 |
text_gen=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
13 |
def get_prompts(prompt_text):
|
14 |
if prompt_text:
|
|
|
9 |
from threading import Thread
|
10 |
import emoji
|
11 |
|
12 |
+
|
13 |
text_gen=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
14 |
def get_prompts(prompt_text):
|
15 |
if prompt_text:
|