Jainam117 commited on
Commit
c09a28e
·
verified ·
1 Parent(s): 6747b9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import tensorflow as tf
6
 
7
  @st.cache_resource
8
  def load_model():
9
- model = from_pretrained_keras("Jainam117/Sign_Langauge_digit_classification")
10
  return model
11
 
12
 
 
6
 
7
  @st.cache_resource
8
  def load_model():
9
+ model = from_pretrained_keras("Jainam117/Sign_Langauge_digit_classification/sign_lan_digit_model.h5")
10
  return model
11
 
12