Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ zip_file_2 = st.text_input("https://huggingface.co/spaces/Tanusree88/ViT-MRI-Fin
|
|
92 |
|
93 |
if st.button("Start Training"):
|
94 |
# Define an extraction directory
|
95 |
-
extraction_dir = ''
|
96 |
os.makedirs(extraction_dir, exist_ok=True)
|
97 |
|
98 |
# Extract both zip files
|
|
|
92 |
|
93 |
if st.button("Start Training"):
|
94 |
# Define an extraction directory
|
95 |
+
extraction_dir = 'https://huggingface.co/spaces/Tanusree88/ViT-MRI-FineTuning/resolve/main/extracttedfiles'
|
96 |
os.makedirs(extraction_dir, exist_ok=True)
|
97 |
|
98 |
# Extract both zip files
|