nonamelife commited on
Commit
7463015
·
verified ·
1 Parent(s): 21c551e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ app = Flask(__name__)
14
  MODEL_FILE_NAME = "model.keras"
15
  # REPLACE THIS WITH YOUR HUGGING FACE MODEL REPO ID
16
  # Format: "your-username/your-model-repo-name"
17
- HF_MODEL_REPO_ID = "YOUR_USERNAME/garbage-detection-model" # Example!
18
 
19
  # Check if model exists, if not, try to download it from Hugging Face Hub
20
  if not os.path.exists(MODEL_FILE_NAME):
 
14
  MODEL_FILE_NAME = "model.keras"
15
  # REPLACE THIS WITH YOUR HUGGING FACE MODEL REPO ID
16
  # Format: "your-username/your-model-repo-name"
17
+ HF_MODEL_REPO_ID = "nonamelife/garbage-detection-model" # Example!
18
 
19
  # Check if model exists, if not, try to download it from Hugging Face Hub
20
  if not os.path.exists(MODEL_FILE_NAME):