PatriciaWening commited on
Commit
005162f
·
verified ·
1 Parent(s): eb2d0bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def load_model():
22
  global emotion_model
23
  model_path = hf_hub_download(
24
  repo_id="PatriciaWening/moodDetection",
25
- filename="converted_model.keras", # pastikan sesuai
26
  cache_dir="/tmp"
27
  )
28
  # ini akan assign objek keras.Model
 
22
  global emotion_model
23
  model_path = hf_hub_download(
24
  repo_id="PatriciaWening/moodDetection",
25
+ filename="moodDetection.keras", # pastikan sesuai
26
  cache_dir="/tmp"
27
  )
28
  # ini akan assign objek keras.Model