Vinay Kudari commited on
Commit
d0931ef
1 Parent(s): f4ac881
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
- description = "CSE635 - Ensemble"
4
- title = "Information Extraction - ACLED"
5
  examples = [["summarize: Al Shabaab members attack and kill two men transporting khat in an area between Baadhaade and Kulbiyow in Badhaade district"]]
6
 
7
  interface = gr.Interface.load("huggingface/vinaykudari/t5-acled-ie",
 
1
  import gradio as gr
2
 
3
+ description = "Extract the number of fatalities, location from the summary of reported events"
4
+ title = "Information Extraction as Seq2Seq Generation"
5
  examples = [["summarize: Al Shabaab members attack and kill two men transporting khat in an area between Baadhaade and Kulbiyow in Badhaade district"]]
6
 
7
  interface = gr.Interface.load("huggingface/vinaykudari/t5-acled-ie",