Spaces:
Running
Running
prithivMLmods
commited on
Commit
•
3355280
1
Parent(s):
e100e3d
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def randomize_seed_fn(seed: int, randomize_seed: bool) -> int:
|
|
27 |
MAX_SEED = np.iinfo(np.int32).max
|
28 |
|
29 |
if not torch.cuda.is_available():
|
30 |
-
DESCRIPTION += "\n<p>Running on CPU
|
31 |
|
32 |
MAX_SEED = np.iinfo(np.int32).max
|
33 |
|
|
|
27 |
MAX_SEED = np.iinfo(np.int32).max
|
28 |
|
29 |
if not torch.cuda.is_available():
|
30 |
+
DESCRIPTION += "\n<p>Running on CPU, This may not work on CPU.</p>"
|
31 |
|
32 |
MAX_SEED = np.iinfo(np.int32).max
|
33 |
|