Nikhil Singh commited on
Commit
fc419b1
·
1 Parent(s): 2fe2a42

error check

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
 
3
  import gradio as gr
4
 
5
- from gliner import GLiNER
6
  from typing import Dict, Union, List
7
  from mailparser import parse_from_string
8
 
 
2
 
3
  import gradio as gr
4
 
5
+ # from gliner import GLiNER
6
  from typing import Dict, Union, List
7
  from mailparser import parse_from_string
8