Spaces:
Thafx
/
Runtime error

Thafx commited on
Commit
bc0cf6a
·
1 Parent(s): 1bfb94d

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:yellow;">📸 Portrait Plus 📸</h1>
111
  </div>
112
  <p>
113
- Demo for <a href="https://huggingface.com/wavymulder/portraitplus">Portrait+</a>
114
  Stable Diffusion model by <a href="https://huggingface.co/wavymulder/"><abbr title="Wavymulder">Wavymulder</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:yellow;">📸 Portrait Plus 📸</h1>
111
  </div>
112
  <p>
113
+ Demo for <a href="https://huggingface.co/wavymulder/portraitplus">Portrait+</a>
114
  Stable Diffusion model by <a href="https://huggingface.co/wavymulder/"><abbr title="Wavymulder">Wavymulder</abbr></a>. {"" if prefix else ""}
115
  Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU ⚡</b>"}.
116
  </p>