mrfakename commited on
Commit
0bdd661
1 Parent(s): 9256145

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ This is a demo of <a href="https://huggingface.co/dataautogpt3/OpenDalle">OpenDa
19
 
20
  It's a merge of several different models and is supposed to provide excellent performance. Try it out!
21
 
22
- **The code for this demo is based on [@hysts's SD-XL demo.](https://huggingface.co/spaces/hysts/SD-XL).**
23
  """
24
  if not torch.cuda.is_available():
25
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
 
19
 
20
  It's a merge of several different models and is supposed to provide excellent performance. Try it out!
21
 
22
+ **The code for this demo is based on [@hysts's SD-XL demo](https://huggingface.co/spaces/hysts/SD-XL) running on a A10G GPU.**
23
  """
24
  if not torch.cuda.is_available():
25
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"