Spaces:
Sleeping
Sleeping
fixed the dataset link
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def load_images_from_folder(folder):
|
|
42 |
def main():
|
43 |
|
44 |
st.title("Upload Cats and Dogs Dataset to Hugging Face Hub")
|
45 |
-
st.write("Download the archive of images from [this link](https://drive.google.com/
|
46 |
st.warning("This script will not work when run from the HuggingFace Space.")
|
47 |
|
48 |
#remove the stop once you have a copy of the dataset
|
|
|
42 |
def main():
|
43 |
|
44 |
st.title("Upload Cats and Dogs Dataset to Hugging Face Hub")
|
45 |
+
st.write("Download the archive of images from [this link](https://drive.google.com/file/d/11rYftkuiAUA4cdejsGEntUfhNfEPTrM8/view?usp=sharing) and extract it to the `dataset` folder.")
|
46 |
st.warning("This script will not work when run from the HuggingFace Space.")
|
47 |
|
48 |
#remove the stop once you have a copy of the dataset
|