Update usage_demo_bioscan5m.py
Browse files- usage_demo_bioscan5m.py +1 -1
usage_demo_bioscan5m.py
CHANGED
@@ -56,7 +56,7 @@ def plot_image_with_metadata(ex):
|
|
56 |
|
57 |
def main():
|
58 |
|
59 |
-
ds_val = load_dataset("
|
60 |
print(f"{ds_val.description}{ds_val.license}{ds_val.citation}")
|
61 |
|
62 |
# Print and visualize a few examples
|
|
|
56 |
|
57 |
def main():
|
58 |
|
59 |
+
ds_val = load_dataset("dataset.py", name="cropped_256_eval", split="validation", trust_remote_code=True)
|
60 |
print(f"{ds_val.description}{ds_val.license}{ds_val.citation}")
|
61 |
|
62 |
# Print and visualize a few examples
|