Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def extract_locations(text):
|
|
33 |
# Gradio Interface
|
34 |
iface = gr.Interface(
|
35 |
fn=extract_locations,
|
36 |
-
inputs=gr.Textbox(lines=
|
37 |
outputs="text",
|
38 |
title="π XLM-RoBERTa Large NER Extractor",
|
39 |
description="This app finds I-LOC location tags after B-LOC in your input text. Enter a paragraph and see what locations are picked!"
|
|
|
33 |
# Gradio Interface
|
34 |
iface = gr.Interface(
|
35 |
fn=extract_locations,
|
36 |
+
inputs=gr.Textbox(lines=5, placeholder="Enter text here..."),
|
37 |
outputs="text",
|
38 |
title="π XLM-RoBERTa Large NER Extractor",
|
39 |
description="This app finds I-LOC location tags after B-LOC in your input text. Enter a paragraph and see what locations are picked!"
|