Spaces:
Running
Running
Cristóbal Hernández
commited on
Commit
·
d52b8f4
1
Parent(s):
a9b576d
Add application file
Browse files
app.py
CHANGED
@@ -137,8 +137,8 @@ demo = gr.Interface(fn=classify_output, inputs=txtbx, outputs=txtbxopt,
|
|
137 |
description = """
|
138 |
|
139 |
¡Hello! This app showcases two machine learning models to classify items and phrases into the EEMM grid.
|
140 |
-
It will output a classification for dimensions as *Cognition, Self, Affect, Motivation, Attention, Overt Behavior or Context*.
|
141 |
-
|
142 |
You will also see the probability assigned by the model in parentheses (e.g: Affect (0.92))
|
143 |
|
144 |
This is a proof of concept, so the model will not be perfect right away and may make some mistakes.
|
|
|
137 |
description = """
|
138 |
|
139 |
¡Hello! This app showcases two machine learning models to classify items and phrases into the EEMM grid.
|
140 |
+
It will output a classification for dimensions as *Cognition, Self, Affect, Motivation, Attention, Overt Behavior or Context*.
|
141 |
+
It will also output levels as *Social, Psychological or Physical*.
|
142 |
You will also see the probability assigned by the model in parentheses (e.g: Affect (0.92))
|
143 |
|
144 |
This is a proof of concept, so the model will not be perfect right away and may make some mistakes.
|