Spaces:
Paused
Paused
Update app.py
Browse files
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/
|
| 32 |
-
filename="
|
| 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)
|