質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,9 +14,9 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
def e
|
17
|
+
def detection_async(request):
|
18
18
|
|
19
|
-
image_path =
|
19
|
+
image_path = get_path(request)
|
20
20
|
|
21
21
|
text_path = '/path/to/text'
|
22
22
|
|