Spaces:
Sleeping
Sleeping
throaway2854
commited on
Commit
•
caf86f1
1
Parent(s):
c845217
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def load_dataset(zip_file):
|
|
24 |
except Exception as e:
|
25 |
return None, f"Error loading dataset: {str(e)}"
|
26 |
|
27 |
-
def view_images(zip_file, shuffle, page=1, images_per_page=
|
28 |
global dataset
|
29 |
|
30 |
if zip_file is None:
|
|
|
24 |
except Exception as e:
|
25 |
return None, f"Error loading dataset: {str(e)}"
|
26 |
|
27 |
+
def view_images(zip_file, shuffle, page=1, images_per_page=50):
|
28 |
global dataset
|
29 |
|
30 |
if zip_file is None:
|