justinpinkney multimodalart HF staff commited on
Commit
89932ef
1 Parent(s): d7e300e

Remove CPU notice (#3)

Browse files

- Remove CPU notice (b4907782f5f9278c7bd23248643c3a80255fef11)


Co-authored-by: Multimodal AI art <multimodalart@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -32,9 +32,6 @@ def main(
32
 
33
  description = \
34
  """
35
- __This demo is currently running on CPU only, so takes a looooooong time, a GPU will be added in the near future!
36
- In the meantime test out the version [here](https://47725.gradio.app/).__
37
-
38
  Generate variations on an input image using a fine-tuned version of Stable Diffision.
39
  Trained by [Justin Pinkney](https://www.justinpinkney.com) ([@Buntworthy](https://twitter.com/Buntworthy)) at [Lambda](https://lambdalabs.com/)
40
 
 
32
 
33
  description = \
34
  """
 
 
 
35
  Generate variations on an input image using a fine-tuned version of Stable Diffision.
36
  Trained by [Justin Pinkney](https://www.justinpinkney.com) ([@Buntworthy](https://twitter.com/Buntworthy)) at [Lambda](https://lambdalabs.com/)
37