Spaces:
Running
Running
Cristóbal Hernández
commited on
Commit
·
3814707
1
Parent(s):
e5b39a3
Add application file
Browse files
app.py
CHANGED
@@ -134,7 +134,10 @@ hf_writer = gr.HuggingFaceDatasetSaver(api_key, 'flagging_EEMM_V05')
|
|
134 |
demo = gr.Interface(fn=classify_output, inputs=txtbx, outputs=txtbxopt,
|
135 |
theme = gr.themes.Soft(primary_hue='orange'),
|
136 |
title = 'EEMM Item Classification Machine V 0.5',
|
137 |
-
description = """
|
|
|
|
|
|
|
138 |
**Please note that the machine goes idle after a period of inactivity. If this occurs, waking it up may take around 20 seconds. Be patient ;)**""",
|
139 |
article = article_text,
|
140 |
allow_flagging = 'manual',
|
|
|
134 |
demo = gr.Interface(fn=classify_output, inputs=txtbx, outputs=txtbxopt,
|
135 |
theme = gr.themes.Soft(primary_hue='orange'),
|
136 |
title = 'EEMM Item Classification Machine V 0.5',
|
137 |
+
description = """
|
138 |
+
|
139 |
+
This machine classifies items It classifies items in 7 EEMM dimensions following (ref).
|
140 |
+
|
141 |
**Please note that the machine goes idle after a period of inactivity. If this occurs, waking it up may take around 20 seconds. Be patient ;)**""",
|
142 |
article = article_text,
|
143 |
allow_flagging = 'manual',
|