Clone77 commited on
Commit
f663e55
·
verified ·
1 Parent(s): 1eaec8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ with st.sidebar:
60
  # Load model
61
  @st.cache_resource
62
  def load_mnist_model():
63
- return load_model("model.keras")
64
 
65
  model = load_mnist_model()
66
 
 
60
  # Load model
61
  @st.cache_resource
62
  def load_mnist_model():
63
+ return load_model("clone.keras")
64
 
65
  model = load_mnist_model()
66