Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from huggingface_hub import hf_hub_download
|
|
10 |
# Define the model and username
|
11 |
MODEL_NAME = "XGBoost"
|
12 |
HF_USERNAME = "Devishetty100"
|
13 |
-
CUSTOM_MODEL_NAME = "
|
14 |
REPO_ID = f"{HF_USERNAME}/{CUSTOM_MODEL_NAME.lower()}"
|
15 |
|
16 |
# List of trusted domains that should always be considered safe
|
|
|
10 |
# Define the model and username
|
11 |
MODEL_NAME = "XGBoost"
|
12 |
HF_USERNAME = "Devishetty100"
|
13 |
+
CUSTOM_MODEL_NAME = "neoguardianai"
|
14 |
REPO_ID = f"{HF_USERNAME}/{CUSTOM_MODEL_NAME.lower()}"
|
15 |
|
16 |
# List of trusted domains that should always be considered safe
|