nehalelkaref commited on
Commit
795587f
·
1 Parent(s): 98173fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,7 +1,9 @@
1
  import gradio as gr
 
2
  from network import SpanNet
3
  from huggingface_hub import Repository
4
 
 
5
 
6
  def extract_spannet_scores(path,input_sentence,length, pos_col, task_col):
7
 
 
1
  import gradio as gr
2
+ import numpy as np
3
  from network import SpanNet
4
  from huggingface_hub import Repository
5
 
6
+
7
 
8
  def extract_spannet_scores(path,input_sentence,length, pos_col, task_col):
9