Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,13 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
import os
|
| 3 |
import sys
|
| 4 |
from pathlib import Path
|
| 5 |
-
import random
|
| 6 |
-
import string
|
| 7 |
-
import time
|
| 8 |
-
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):
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
import os
|
| 3 |
import sys
|
| 4 |
from pathlib import Path
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
text_gen=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
| 7 |
def get_prompts(prompt_text):
|