Spaces:
Runtime error
Runtime error
Commit
·
5fe50d0
1
Parent(s):
680e8d4
Update app.py
Browse files
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 |
|