scwaterbear commited on
Commit
3d49345
Β·
verified Β·
1 Parent(s): 1b77360

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=50, 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!"
 
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!"