Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ if __name__ == "__main__":
|
|
30 |
current_model = models[0]
|
31 |
|
32 |
#text_gen1=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion_link")
|
33 |
-
text_gen1=gr.Interface.load("awacke1/MagicPrompt-Stable-Diffusion")
|
34 |
models2 = [gr.Interface.load(f"models/{model}", live=True, preprocess=False) for model in models]
|
35 |
|
36 |
|
|
|
30 |
current_model = models[0]
|
31 |
|
32 |
#text_gen1=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion_link")
|
33 |
+
text_gen1=gr.Interface.load("awacke1/MagicPrompt-Stable-Diffusion", src="spaces")
|
34 |
models2 = [gr.Interface.load(f"models/{model}", live=True, preprocess=False) for model in models]
|
35 |
|
36 |
|