giacomoc commited on
Commit
e2b10be
1 Parent(s): 5b88ede

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks(css=css) as demo:
110
  <h1 style="color:orange;">📷 Realistic Vision V2.0 📸</h1>
111
  </div>
112
  <p>
113
- Demo for <a href="https://huggingface.co/SG161222/Realistic_Vision_V2.0">Realistic Vision V2.0</a>
114
  Stable Diffusion model by <a href="https://huggingface.co/SG161222/"><abbr title="SG1611222">Eugene</abbr></a>. {"" if prefix else ""}
115
  Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU ⚡</b>"}.
116
  </p>
 
110
  <h1 style="color:orange;">📷 Realistic Vision V2.0 📸</h1>
111
  </div>
112
  <p>
113
+ Demo for <a href="https://huggingface.co/SG161222/Realistic_Vision_V6.0_B1_noVAE">Realistic Vision V6.0_B1</a>
114
  Stable Diffusion model by <a href="https://huggingface.co/SG161222/"><abbr title="SG1611222">Eugene</abbr></a>. {"" if prefix else ""}
115
  Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU ⚡</b>"}.
116
  </p>