chgrdj commited on
Commit
f2017e5
·
verified ·
1 Parent(s): ea60b7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ st.markdown(
14
  )
15
 
16
  # Load the classifier model from Hugging Face
17
- model_path = "Anvilogic/URLGuardian" # Model repository on Hugging Face
18
  classifier = load_classifier(model_path)
19
 
20
  # URL inputs
 
14
  )
15
 
16
  # Load the classifier model from Hugging Face
17
+ model_path = "./URLGuardian" # Model repository on Hugging Face
18
  classifier = load_classifier(model_path)
19
 
20
  # URL inputs