Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,9 @@ 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", src="spaces")
|
|
|
|
|
34 |
models2 = [gr.Interface.load(f"models/{model}", live=True, preprocess=False, src="models") 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 |
+
text_gen1=gr.Interface.load("awacke1/MagicPrompt-Stable-Diffusion_Link")
|
35 |
+
|
36 |
models2 = [gr.Interface.load(f"models/{model}", live=True, preprocess=False, src="models") for model in models]
|
37 |
|
38 |
|