Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,8 @@ models =[
|
|
| 15 |
"John6666/real-vis-xl-v40-sdxl",
|
| 16 |
"Yntec/DegreesOfFreedom",
|
| 17 |
]
|
| 18 |
-
|
|
|
|
| 19 |
|
| 20 |
model_functions = {}
|
| 21 |
model_idx = 1
|
|
@@ -124,7 +125,7 @@ with gr.Blocks(title="SD Models") as my_interface:
|
|
| 124 |
model_idx += 1
|
| 125 |
pass
|
| 126 |
pass
|
| 127 |
-
|
| 128 |
# improve_prompts_btn_clicked=improve_prompts_btn.click(
|
| 129 |
# get_prompts,
|
| 130 |
# inputs=[primary_prompt],
|
|
|
|
| 15 |
"John6666/real-vis-xl-v40-sdxl",
|
| 16 |
"Yntec/DegreesOfFreedom",
|
| 17 |
]
|
| 18 |
+
|
| 19 |
+
text_gen1=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
| 20 |
|
| 21 |
model_functions = {}
|
| 22 |
model_idx = 1
|
|
|
|
| 125 |
model_idx += 1
|
| 126 |
pass
|
| 127 |
pass
|
| 128 |
+
|
| 129 |
# improve_prompts_btn_clicked=improve_prompts_btn.click(
|
| 130 |
# get_prompts,
|
| 131 |
# inputs=[primary_prompt],
|