AlhitawiMohammed22 commited on
Commit
5fe50d0
1 Parent(s): 680e8d4

Update app.py

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