bestofaiml commited on
Commit
9ae9660
1 Parent(s): 6af0b54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ def ner(
121
  }
122
 
123
 
124
- with gr.Blocks(title="GLiNER-M-v2.1") as demo:
125
 
126
  input_text = gr.Textbox(
127
  value=examples[0][0], label="Text input", placeholder="Enter your text here"
 
121
  }
122
 
123
 
124
+ with gr.Blocks(css="footer{display:none !important}", title="Entity Extraction") as demo:
125
 
126
  input_text = gr.Textbox(
127
  value=examples[0][0], label="Text input", placeholder="Enter your text here"