Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,8 @@ st.markdown(
|
|
| 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
|
|
|
|
| 15 |
|
| 16 |
# Load the classifier model from Hugging Face
|
| 17 |
model_path = "./URLGuardian" # Model repository on Hugging Face
|
| 18 |
+
st.markdown(model_path
|
| 19 |
+
)
|
| 20 |
classifier = load_classifier(model_path)
|
| 21 |
|
| 22 |
# URL inputs
|