Spaces:
Runtime error
Runtime error
Alexander Becker
commited on
Commit
·
0c25db5
1
Parent(s):
21f2036
Update max size
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from super_resolve import process
|
|
15 |
|
16 |
REPO_ID_EDSR = "prs-eth/thera-edsr-pro"
|
17 |
REPO_ID_RDN = "prs-eth/thera-rdn-pro"
|
18 |
-
MAX_SIZE =
|
19 |
|
20 |
print(f"JAX devices: {jax.devices()}")
|
21 |
print(f"JAX device type: {jax.devices()[0].device_kind}")
|
|
|
15 |
|
16 |
REPO_ID_EDSR = "prs-eth/thera-edsr-pro"
|
17 |
REPO_ID_RDN = "prs-eth/thera-rdn-pro"
|
18 |
+
MAX_SIZE = 300
|
19 |
|
20 |
print(f"JAX devices: {jax.devices()}")
|
21 |
print(f"JAX device type: {jax.devices()[0].device_kind}")
|