AlhitawiMohammed22 commited on
Commit
c2f9280
1 Parent(s): 3523bb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import gradio as gr
13
  import nltk
14
  import torch
15
 
16
- from pdf2text import *
17
 
18
  _here = Path(__file__).parent
19
 
 
13
  import nltk
14
  import torch
15
 
16
+ from det_rec import *
17
 
18
  _here = Path(__file__).parent
19