peter2000 commited on
Commit
188676a
1 Parent(s): 68a3c1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="The 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. Data comes from the amazing https://osdg.ai/ community!.",
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
  ],