Alexandre-Numind commited on
Commit
3ce1f50
·
verified ·
1 Parent(s): 5c8a422

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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