gorkaartola commited on
Commit
9f8d320
1 Parent(s): b27edec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ iface = gr.Interface(
17
  ],
18
  gr.File(),
19
  title="Testing Zero Shot Classification by SDGs",
20
- description="With this app you can test different Zero Shot approaches to classify sentences by Sustainable Development Goals. Please design the configuration to be tested selecting the ZS model, the test dataset that include the sentences to be classified (sentence 1), the queries and prompts that conform the sentences describing the different SDGs to perform the classification (sentence 2), the metric, and and as much prediction strategies you would like to explore given the previous choices. The choices for each paramenter are included in the file options.py and could be extended include new alternatives in this file",
21
  )
22
 
23
  iface.launch()
 
17
  ],
18
  gr.File(),
19
  title="Testing Zero Shot Classification by SDGs",
20
+ article=parse_readme("README.md"),
21
  )
22
 
23
  iface.launch()