Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -2,9 +2,6 @@ from typing import Dict, Union
|
|
2 |
from gliner import GLiNER
|
3 |
import gradio as gr
|
4 |
|
5 |
-
from typing import Dict, Union
|
6 |
-
from gliner import GLiNER
|
7 |
-
import gradio as gr
|
8 |
|
9 |
model = GLiNER.from_pretrained("numind/NuZero_token")
|
10 |
|
|
|
2 |
from gliner import GLiNER
|
3 |
import gradio as gr
|
4 |
|
|
|
|
|
|
|
5 |
|
6 |
model = GLiNER.from_pretrained("numind/NuZero_token")
|
7 |
|