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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -29,7 +29,8 @@ if __name__ == "__main__":
29
 
30
  current_model = models[0]
31
 
32
- text_gen1=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion_link")
 
33
  models2 = [gr.Interface.load(f"models/{model}", live=True, preprocess=False) for model in models]
34
 
35
 
 
29
 
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