Shees7 commited on
Commit
b3c6e89
·
verified ·
1 Parent(s): bf21edf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ def load_emotion_model():
28
  global model
29
  print("🔄 Downloading model from HuggingFace Hub...")
30
  model_path = hf_hub_download(
31
- repo_id="Shees7/facial_model",
32
- filename="emotion_model.keras",
33
  cache_dir="/tmp"
34
  )
35
  print("✅ Model file downloaded at:", model_path)
 
28
  global model
29
  print("🔄 Downloading model from HuggingFace Hub...")
30
  model_path = hf_hub_download(
31
+ repo_id="Shees7/facial_7_cat",
32
+ filename="trained_model.keras",
33
  cache_dir="/tmp"
34
  )
35
  print("✅ Model file downloaded at:", model_path)