NiniCat commited on
Commit
c4a9d91
1 Parent(s): a54bb20

update .h5 model

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ st.divider()
23
  CRISPR_MODELS = ['Cas9', 'Cas12', 'Cas13d']
24
 
25
  selected_model = st.selectbox('Select CRISPR model:', CRISPR_MODELS, key='selected_model')
26
- cas9att_path = 'cas9_model/Cas9_MultiHeadAttention_weights.keras'
27
- cas12_path = 'cas12_model/BiLSTM_Cpf1_weights.keras'
28
 
29
  #plot functions
30
  def generate_coolbox_plot(bigwig_path, region, output_image_path):
 
23
  CRISPR_MODELS = ['Cas9', 'Cas12', 'Cas13d']
24
 
25
  selected_model = st.selectbox('Select CRISPR model:', CRISPR_MODELS, key='selected_model')
26
+ cas9att_path = 'cas9_model/Cas9_MultiHeadAttention_weights.h5'
27
+ cas12_path = 'cas12_model/BiLSTM_Cpf1_weights.h5'
28
 
29
  #plot functions
30
  def generate_coolbox_plot(bigwig_path, region, output_image_path):