Spaces:
Sleeping
Sleeping
Nikhil Singh
commited on
Commit
·
fc419b1
1
Parent(s):
2fe2a42
error check
Browse files
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 |
|