zliang commited on
Commit
ae94f55
1 Parent(s): 4d8a645

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ sys.path.append("unilm")
10
  sys.path.append("detectron2")
11
 
12
  import uuid # Import the UUID library
 
13
  from pdfextract_fun import *
14
  from pdfsummary_fun import *
15
  from imagesummary_fun import *
 
10
  sys.path.append("detectron2")
11
 
12
  import uuid # Import the UUID library
13
+ import torch
14
  from pdfextract_fun import *
15
  from pdfsummary_fun import *
16
  from imagesummary_fun import *