Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def app_info():
|
|
39 |
iface1 = gr.Interface(
|
40 |
fn=app_info, inputs=None, outputs=['text'], title="General-Infomation",
|
41 |
description= '''
|
42 |
-
This app powered by the sgdBERT model (sadickam/sdg-classification-bert) is for automatic classification of text
|
43 |
the UN Sustainable Development Goals (SDG). Note that 16 out of the 17 SDGs labels are covered. This app is for sustainability
|
44 |
assessment and benchmarking and is not limited to a specific industry. The model powering this app was developed using the
|
45 |
OSDG Community Dataset (OSDG-CD) [Link - https://zenodo.org/record/5550238#.Y8Sd5f5ByF5].
|
@@ -54,8 +54,8 @@ iface1 = gr.Interface(
|
|
54 |
<h3>Contact</h3>
|
55 |
<p>We would be happy to receive your feedback regarding this app. If you would also like to collaborate with us to explore some use cases for the model
|
56 |
powering this app, we are happy to hear from you.</p>
|
57 |
-
|
58 |
-
|
59 |
''')
|
60 |
|
61 |
# SINGLE TEXT
|
|
|
39 |
iface1 = gr.Interface(
|
40 |
fn=app_info, inputs=None, outputs=['text'], title="General-Infomation",
|
41 |
description= '''
|
42 |
+
This app, powered by the sgdBERT model (sadickam/sdg-classification-bert), is for automatic classification of text concerning
|
43 |
the UN Sustainable Development Goals (SDG). Note that 16 out of the 17 SDGs labels are covered. This app is for sustainability
|
44 |
assessment and benchmarking and is not limited to a specific industry. The model powering this app was developed using the
|
45 |
OSDG Community Dataset (OSDG-CD) [Link - https://zenodo.org/record/5550238#.Y8Sd5f5ByF5].
|
|
|
54 |
<h3>Contact</h3>
|
55 |
<p>We would be happy to receive your feedback regarding this app. If you would also like to collaborate with us to explore some use cases for the model
|
56 |
powering this app, we are happy to hear from you.</p>
|
57 |
+
|
58 |
+
|
59 |
''')
|
60 |
|
61 |
# SINGLE TEXT
|