Spaces:
Runtime error
Runtime error
Changing the format to same as Wikipedia Example
Browse files
app.py
CHANGED
@@ -15,8 +15,10 @@ demo = gr.Interface (
|
|
15 |
["Fate has it's own plans for the common man, which is why we philosophise on the observationg giving it our own interpretation."],
|
16 |
["The bear reached the river and spotted a school of fish. His hunger started taking its toll."]
|
17 |
],
|
18 |
-
|
19 |
-
|
|
|
|
|
20 |
)
|
21 |
|
22 |
demo.launch(share=True)
|
|
|
15 |
["Fate has it's own plans for the common man, which is why we philosophise on the observationg giving it our own interpretation."],
|
16 |
["The bear reached the river and spotted a school of fish. His hunger started taking its toll."]
|
17 |
],
|
18 |
+
gr.Text(label="Input Text"),
|
19 |
+
[
|
20 |
+
gr.Text(label="Entities")
|
21 |
+
]
|
22 |
)
|
23 |
|
24 |
demo.launch(share=True)
|