Update app.py
Browse files
app.py
CHANGED
|
@@ -18,8 +18,8 @@ from huggingface_hub import hf_hub_download
|
|
| 18 |
# --- Re-use your model definition and loading functions ---
|
| 19 |
# (This part would be similar to your inference.py)
|
| 20 |
|
| 21 |
-
HF_USERNAME = "
|
| 22 |
-
HF_MODEL_NAME = "
|
| 23 |
REPO_ID = f"{HF_USERNAME}/{HF_MODEL_NAME}"
|
| 24 |
|
| 25 |
cfg_dict_for_inference = {
|
|
|
|
| 18 |
# --- Re-use your model definition and loading functions ---
|
| 19 |
# (This part would be similar to your inference.py)
|
| 20 |
|
| 21 |
+
HF_USERNAME = "Hajorda" # Or the username of the model owner
|
| 22 |
+
HF_MODEL_NAME = "keduClasifier"
|
| 23 |
REPO_ID = f"{HF_USERNAME}/{HF_MODEL_NAME}"
|
| 24 |
|
| 25 |
cfg_dict_for_inference = {
|