Reaumur commited on
Commit
a655929
·
verified ·
1 Parent(s): 4c2bed8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
 
7
  @st.cache_resource
8
  def load_captcha_model():
9
- model_path = "captcha_model.keras" # Update with the actual CAPTCHA model path
10
  return tf.keras.models.load_model(model_path)
11
 
12
  model = load_captcha_model()
 
6
 
7
  @st.cache_resource
8
  def load_captcha_model():
9
+ model_path = "model.keras" # Update with the actual CAPTCHA model path
10
  return tf.keras.models.load_model(model_path)
11
 
12
  model = load_captcha_model()