Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ warnings.filterwarnings("ignore", category=FutureWarning)
|
|
| 15 |
|
| 16 |
# Load dataset from Hugging Face
|
| 17 |
dataset = load_dataset("imagefolder",
|
| 18 |
-
data_files="https://huggingface.co/datasets/hangunwoo07/Naturing_Bird_Data/resolve/main/
|
| 19 |
dataset = dataset['train'] # Access the train split directly
|
| 20 |
|
| 21 |
# Load bird data
|
|
|
|
| 15 |
|
| 16 |
# Load dataset from Hugging Face
|
| 17 |
dataset = load_dataset("imagefolder",
|
| 18 |
+
data_files="https://huggingface.co/datasets/hangunwoo07/Naturing_Bird_Data/resolve/main/naturing_bird_image_full.tgz")
|
| 19 |
dataset = dataset['train'] # Access the train split directly
|
| 20 |
|
| 21 |
# Load bird data
|