awacke1 commited on
Commit
ea040fa
·
1 Parent(s): ce6f4e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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