Spaces:
Running
Running
Cristóbal Hernández
commited on
Commit
·
4a513e9
1
Parent(s):
c8780fe
Add application file
Browse files
app.py
CHANGED
@@ -123,11 +123,10 @@ def classify_output(item):
|
|
123 |
|
124 |
|
125 |
|
126 |
-
|
127 |
article_text = "### Have fun!"
|
128 |
|
129 |
-
#
|
130 |
-
|
131 |
txtbx = gr.Textbox(value = 'I would like to feel better', label = 'Please enter your item:', container = 'True')
|
132 |
txtbxopt = gr.Textbox(label = 'The item you provided was classified as:', container = 'True')
|
133 |
hf_writer = gr.HuggingFaceDatasetSaver(api_key, 'flagging_EEMM_V05')
|
|
|
123 |
|
124 |
|
125 |
|
126 |
+
#Article text.
|
127 |
article_text = "### Have fun!"
|
128 |
|
129 |
+
#THe app.
|
|
|
130 |
txtbx = gr.Textbox(value = 'I would like to feel better', label = 'Please enter your item:', container = 'True')
|
131 |
txtbxopt = gr.Textbox(label = 'The item you provided was classified as:', container = 'True')
|
132 |
hf_writer = gr.HuggingFaceDatasetSaver(api_key, 'flagging_EEMM_V05')
|