Spaces:
Sleeping
Sleeping
Tanusree88
commited on
Commit
•
8abc65c
1
Parent(s):
aade1d5
Update app.py
Browse files
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 = '
|
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)
|