nileshhanotia commited on
Commit
1fb6334
·
verified ·
1 Parent(s): 8cf5e74

Upload inference_splice.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. inference_splice.py +6 -0
inference_splice.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ """
2
+ Inference helper for MutationPredictorCNN_v2 (1106-dim splice model).
3
+ HuggingFace-compatible. Load via:
4
+ from inference_splice import predict_variant, explain_variant
5
+ """
6
+ # [Paste Cell 3 contents here for standalone deployment]