Tanusree88 commited on
Commit
b856b08
·
verified ·
1 Parent(s): 59e7fb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ def extract_zip(zip_file, 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)
 
7
 
8
  # Example usage
9
  zip_file_path = 'https://huggingface.co/spaces/Tanusree88/ViT-MRI-FineTuning/resolve/main/MS.zip'
10
+ extract_to = 'https://huggingface.co/spaces/Tanusree88/ViT-MRI-FineTuning/resolve/main/extracttedfiles'
11
  extract_zip(zip_file_path, extract_to)