Gabriel commited on
Commit
0403169
·
1 Parent(s): 4270c35
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def main(job_title, company_name, company_desc, job_desc,
39
  vals,indices = t_indep.max(dim=0)
40
  t_indep = t_indep / vals
41
  # return calc_preds(coeffs, t_indep)
42
- return df
43
 
44
  iface = gr.Interface(
45
  fn=main,
 
39
  vals,indices = t_indep.max(dim=0)
40
  t_indep = t_indep / vals
41
  # return calc_preds(coeffs, t_indep)
42
+ return df.loc[0]
43
 
44
  iface = gr.Interface(
45
  fn=main,