Dzhamb commited on
Commit
1f9f1ad
1 Parent(s): d43e42a

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +3 -0
utils.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  def get_text(title: str, abstract: str):
2
  if abstract and title:
3
  text = abstract + ' ' + title
 
1
+ import torch
2
+
3
+
4
  def get_text(title: str, abstract: str):
5
  if abstract and title:
6
  text = abstract + ' ' + title