Tanusree88 commited on
Commit
8abc65c
1 Parent(s): aade1d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,6 +6,6 @@ def extract_zip(zip_file, extract_to):
6
  zip_ref.extractall(extract_to)
7
 
8
  # Example usage
9
- zip_file_path = 'path_to_your_zip_file.zip'
10
  extract_to = 'path_to_extracted_images/'
11
  extract_zip(zip_file_path, extract_to)
 
6
  zip_ref.extractall(extract_to)
7
 
8
  # Example usage
9
+ zip_file_path = 'https://huggingface.co/spaces/Tanusree88/ViT-MRI-FineTuning/resolve/main/MS.zip'
10
  extract_to = 'path_to_extracted_images/'
11
  extract_zip(zip_file_path, extract_to)