Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = '
|
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)
|