jwalanthi commited on
Commit
ab801fa
·
1 Parent(s): 4be65da
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def predict (Word, Sentence, LM, Layer, Norm):
15
 
16
  labels = "These are some fake features".split(" ")
17
  vals = np.random.randint(-10,10,(5))
18
- print(model_name+" \n"+"\n".join([labels[i]+" "+str(vals[i]) for i in range(len(labels)) if vals[i]>0]))
19
  # model = FeatureNormPredictor.load_from_checkpoint(
20
  # checkpoint_path=model_name+'.ckpt',
21
  # map_location=None
 
15
 
16
  labels = "These are some fake features".split(" ")
17
  vals = np.random.randint(-10,10,(5))
18
+ return model_name+" \n"+"\n".join([labels[i]+" "+str(vals[i]) for i in range(len(labels)) if vals[i]>0])
19
  # model = FeatureNormPredictor.load_from_checkpoint(
20
  # checkpoint_path=model_name+'.ckpt',
21
  # map_location=None