Qilex commited on
Commit
73c920e
1 Parent(s): be7ed61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ This AI will 'dream' you up a virtual pet.
36
  \nThis is a denoising diffusion model trained in 48 hours for a hackathon, so the images can be pretty wonky.
37
  \nImages are 128x128px.
38
 
39
- \nBecause gradio isn't giving me a GPU, it takes 10-15 minutes to generate an image. Quick inference can be run in the <a href="https://colab.research.google.com/drive/19QtPOHv6HCpexyCMGXowX4vyZlF4ZZYN?usp=sharing">colab notebook</a>.
40
  \n <a href="https://github.com/ke7osm/VirtualPet-Dream">Github Repo</a>
41
 
42
  """
 
36
  \nThis is a denoising diffusion model trained in 48 hours for a hackathon, so the images can be pretty wonky.
37
  \nImages are 128x128px.
38
 
39
+ \nBecause we're running on CPU, it takes 10-15 minutes to generate an image. Quick inference can be run in the <a href="https://colab.research.google.com/drive/19QtPOHv6HCpexyCMGXowX4vyZlF4ZZYN?usp=sharing">colab notebook</a>.
40
  \n <a href="https://github.com/ke7osm/VirtualPet-Dream">Github Repo</a>
41
 
42
  """