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.load(name="spaces/Ashrafb/
|
6 |
stable_diffusion = gr.load(name="spaces/runwayml/stable-diffusion-v1-5")
|
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.load(name="spaces/Ashrafb/MagicPrompt-Stable-Diffusiongust")
|
6 |
stable_diffusion = gr.load(name="spaces/runwayml/stable-diffusion-v1-5")
|
7 |
|
8 |
def get_images(prompt):
|