Spaces:
Runtime error
Runtime error
Vinay Kudari
commited on
Commit
·
d0931ef
1
Parent(s):
f4ac881
Add Title
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
description = "
|
4 |
-
title = "Information Extraction
|
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",
|