Yntec commited on
Commit
bb85f13
1 Parent(s): cabe1fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,7 +11,7 @@ models = [
11
  ]
12
  current_model = models[0]
13
 
14
- text_gen1=gr.Interface.load("spaces/Omnibus/MagicPrompt-Stable-Diffusion_link")
15
 
16
  models2=[
17
  gr.Interface.load(f"models/{models[0]}",live=True,preprocess=False),
@@ -80,7 +80,7 @@ with gr.Blocks(css=css) as myface:
80
  <p style="margin-bottom: 10px; color: #ffaa66;">
81
  <h3>SDXL models for your enjoyment!</h3></p>
82
  <p style="margin-bottom: 10px; font-size: 98%">
83
- <br><h4><a href="https://huggingface.co/spaces/Yntec/ToyWorld"><u><b><p>Try out more than 420 Stable Diffusion models at Toy World by clicking here!</p></b></u></a></h4></p>
84
  </div>
85
  """)
86
  with gr.Row():
 
11
  ]
12
  current_model = models[0]
13
 
14
+ text_gen1=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
15
 
16
  models2=[
17
  gr.Interface.load(f"models/{models[0]}",live=True,preprocess=False),
 
80
  <p style="margin-bottom: 10px; color: #ffaa66;">
81
  <h3>SDXL models for your enjoyment!</h3></p>
82
  <p style="margin-bottom: 10px; font-size: 98%">
83
+ <br><h4><a href="https://huggingface.co/spaces/Yntec/ToyWorld"><u><b><p>Try out more than 560 Stable Diffusion models at Toy World by clicking here!</p></b></u></a></h4></p>
84
  </div>
85
  """)
86
  with gr.Row():