louiecerv commited on
Commit
c92fb7d
·
1 Parent(s): a5196c8

fixed the dataset link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/uc?id=1Jq0tQqX5u3J8QfQqJ6f8v3v9XJ8h6Z1n) 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
 
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