Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DLBot
/
PCaBase
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DLBot
commited on
Jan 12
Commit
6828302
·
verified
·
1 Parent(s):
395d9dd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -18,6 +18,8 @@ image_size = 256
18
n_tiles = 36
19
batch_size = 8
20
num_workers = 4
21
22
23
# Define the device
18
n_tiles = 36
19
batch_size = 8
20
num_workers = 4
21
+
Image.MAX_IMAGE_PIXELS = None
22
+
23
24
25
# Define the device