Update main.py
Browse files
main.py
CHANGED
|
@@ -28,7 +28,7 @@ st.markdown("**De-identification → Clinical Summarization → Quality Assessme
|
|
| 28 |
|
| 29 |
# Global configuration
|
| 30 |
secure_dir = "./secure_store"
|
| 31 |
-
model_name = "google/flan-t5-
|
| 32 |
|
| 33 |
# Ensure directories exist
|
| 34 |
Path(secure_dir).mkdir(exist_ok=True)
|
|
|
|
| 28 |
|
| 29 |
# Global configuration
|
| 30 |
secure_dir = "./secure_store"
|
| 31 |
+
model_name = "google/flan-t5-xl"
|
| 32 |
|
| 33 |
# Ensure directories exist
|
| 34 |
Path(secure_dir).mkdir(exist_ok=True)
|