Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,8 +18,7 @@ text_gen=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
|
18 |
def get_prompts(prompt_text):
|
19 |
return text_gen("photo, " + prompt_text + ", high details, harmony, ideal proportions")
|
20 |
|
21 |
-
|
22 |
-
proc1=gr.Interface.load("models/XpucT/Deliberate")
|
23 |
|
24 |
def restart_script_periodically():
|
25 |
while True:
|
|
|
18 |
def get_prompts(prompt_text):
|
19 |
return text_gen("photo, " + prompt_text + ", high details, harmony, ideal proportions")
|
20 |
|
21 |
+
proc1=gr.Interface.load("models/dreamlike-art/dreamlike-photoreal-2.0")
|
|
|
22 |
|
23 |
def restart_script_periodically():
|
24 |
while True:
|