Spaces:
Sleeping
Sleeping
Uploading our mood classifier demos from a notebook
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from typing import Dict
|
|
| 7 |
from transformers import pipeline
|
| 8 |
|
| 9 |
# Define model path
|
| 10 |
-
model_path = "
|
| 11 |
|
| 12 |
# Define affirmations
|
| 13 |
affirmations = {
|
|
|
|
| 7 |
from transformers import pipeline
|
| 8 |
|
| 9 |
# Define model path
|
| 10 |
+
model_path = "Sairii/mood_classifier_distilbert"
|
| 11 |
|
| 12 |
# Define affirmations
|
| 13 |
affirmations = {
|