Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def fine_tune_model(train_loader):
|
|
86 |
# Streamlit UI for Fine-tuning
|
87 |
st.title("Fine-tune ViT on MRI/CT Scans for MS & Neurodegenerative Diseases")
|
88 |
|
89 |
-
zip_file = "https://huggingface.co/spaces/Tanusree88/ViT-MRI-FineTuning/resolve/main/
|
90 |
|
91 |
if st.button("Start Training"):
|
92 |
extraction_dir = "extracted_files"
|
|
|
86 |
# Streamlit UI for Fine-tuning
|
87 |
st.title("Fine-tune ViT on MRI/CT Scans for MS & Neurodegenerative Diseases")
|
88 |
|
89 |
+
zip_file = "https://huggingface.co/spaces/Tanusree88/ViT-MRI-FineTuning/resolve/main/neuroniiimages.zip"
|
90 |
|
91 |
if st.button("Start Training"):
|
92 |
extraction_dir = "extracted_files"
|