Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,8 +27,8 @@ def predict(text):
|
|
27 |
|
28 |
gradio_ui = gr.Interface(
|
29 |
fn=predict,
|
30 |
-
title="Predict Sustainable Development Goals",
|
31 |
-
description="
|
32 |
inputs=[
|
33 |
gr.inputs.Textbox(lines=5, label="Paste some text here"),
|
34 |
],
|
|
|
27 |
|
28 |
gradio_ui = gr.Interface(
|
29 |
fn=predict,
|
30 |
+
title="Predict Sustainable Development Goals Labels",
|
31 |
+
description="This Space showcases a Machine Learning model for classifying text according to the first 15 of the 17 Sustainable Development Goals from the United Nations. Note that model is trained on quite short paragraphs (around 100 words) and performs best with similar input sizes.Training data comes from the amazing https://osdg.ai/ community!.",
|
32 |
inputs=[
|
33 |
gr.inputs.Textbox(lines=5, label="Paste some text here"),
|
34 |
],
|