awacke1 commited on
Commit
027c07f
·
1 Parent(s): 4381eba

Update app.py

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