Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import os
|
3 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
4 |
|
5 |
-
text_gen = gr.
|
6 |
stable_diffusion = gr.Blocks.load(name="spaces/stabilityai/stable-diffusion")
|
7 |
|
8 |
def get_images(prompt):
|
|
|
2 |
import os
|
3 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
4 |
|
5 |
+
text_gen = gr.Interface.load(name="spaces/Gustavosta/MagicPrompt-Stable-Diffusion")
|
6 |
stable_diffusion = gr.Blocks.load(name="spaces/stabilityai/stable-diffusion")
|
7 |
|
8 |
def get_images(prompt):
|