akhaliq HF staff commited on
Commit
b9e7b65
1 Parent(s): bf99375

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import gradio as gr
2
 
3
- description = "<div>
4
  <img src="https://i.imgur.com/FEA7N1p.png">
5
  </div>
6
- <div><p>Welcome to Nitro Diffusion - the first Multi-Style Model trained from scratch! This is a fine-tuned Stable Diffusion model trained on three artstyles simultaniously while keeping each style separate from the others. This allows for high control of mixing, weighting and single style use. Use the tokens archer style, arcane style or modern disney style in your prompts for the effect. You can also use more than one for a mixed style like in the examples down below. Model by Nitrosocke</p></div>"
7
 
8
  gr.Interface.load("models/nitrosocke/Nitro-Diffusion", description=description).launch()
 
1
  import gradio as gr
2
 
3
+ description = """<div>
4
  <img src="https://i.imgur.com/FEA7N1p.png">
5
  </div>
6
+ <div><p>Welcome to Nitro Diffusion - the first Multi-Style Model trained from scratch! This is a fine-tuned Stable Diffusion model trained on three artstyles simultaniously while keeping each style separate from the others. This allows for high control of mixing, weighting and single style use. Use the tokens archer style, arcane style or modern disney style in your prompts for the effect. You can also use more than one for a mixed style like in the examples down below. Model by Nitrosocke</p></div>"""
7
 
8
  gr.Interface.load("models/nitrosocke/Nitro-Diffusion", description=description).launch()