Tanusree88 commited on
Commit
b56b376
1 Parent(s): c26739b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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