KingNish commited on
Commit
ecb8e30
1 Parent(s): fc208a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ DESCRIPTION = """ # Instant Image
16
  ### Super fast text to Image Generator.
17
  ### <span style='color: red;'>You may change the steps from 4 to 8, if you didn't get satisfied results.
18
  ### First Image processing takes time then images generate faster.
 
19
  """
20
  if not torch.cuda.is_available():
21
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
 
16
  ### Super fast text to Image Generator.
17
  ### <span style='color: red;'>You may change the steps from 4 to 8, if you didn't get satisfied results.
18
  ### First Image processing takes time then images generate faster.
19
+ ### Must Try -> Instant Video https://huggingface.co/spaces/KingNish/Instant-Video
20
  """
21
  if not torch.cuda.is_available():
22
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"