Yatsuiii commited on
Commit
54ee5db
·
verified ·
1 Parent(s): 5ea6740

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -220,5 +220,9 @@ Fine-tuned **Qwen2.5-7B-Instruct** clinical report generation running on **AMD I
220
  **Code**: [GitHub](https://github.com/Yatsuiii/Brain-Connectivity-GCN)
221
  """)
222
 
 
 
 
 
223
  if __name__ == "__main__":
224
  demo.launch()
 
220
  **Code**: [GitHub](https://github.com/Yatsuiii/Brain-Connectivity-GCN)
221
  """)
222
 
223
+ print("Preloading models...")
224
+ get_models()
225
+ print("Models ready.")
226
+
227
  if __name__ == "__main__":
228
  demo.launch()