Jekyll2000 commited on
Commit
2882d4d
·
verified ·
1 Parent(s): b959202

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def randomize_seed_fn(seed: int, randomize_seed: bool) -> int:
26
  MAX_SEED = np.iinfo(np.int32).max
27
 
28
  if not torch.cuda.is_available():
29
- DESCRIPTION += "\n<p>Image Generation.</p>"
30
 
31
  MAX_SEED = np.iinfo(np.int32).max
32
 
 
26
  MAX_SEED = np.iinfo(np.int32).max
27
 
28
  if not torch.cuda.is_available():
29
+ DESCRIPTION += "\n<p>Running on CPU 🥶 This demo may not work on CPU.</p>"
30
 
31
  MAX_SEED = np.iinfo(np.int32).max
32