Spaces:
Running
Running
Commit
·
9631ab8
1
Parent(s):
8f3ee0f
WIP
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ with open("examples.json", "r") as f:
|
|
18 |
interface = gr.Interface(
|
19 |
ner,
|
20 |
inputs=gr.Textbox(label="Input", value=""),
|
21 |
-
outputs=["
|
22 |
examples=EXAMPLE_TEXTS,
|
23 |
)
|
24 |
|
|
|
18 |
interface = gr.Interface(
|
19 |
ner,
|
20 |
inputs=gr.Textbox(label="Input", value=""),
|
21 |
+
outputs=["json"],
|
22 |
examples=EXAMPLE_TEXTS,
|
23 |
)
|
24 |
|