Spaces:
Runtime error
Runtime error
Commit
·
7d001b9
1
Parent(s):
8ffc3d7
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:
|