more fix to requirements
Browse files- app.py +1 -1
- requirements.txt +2 -2
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
from manga_ocr import MangaOcr
|
3 |
from PIL import Image
|
4 |
-
import cv2
|
5 |
import numpy as np
|
6 |
|
7 |
def recognize_text(image):
|
|
|
1 |
import gradio as gr
|
2 |
+
import cv2
|
3 |
from manga_ocr import MangaOcr
|
4 |
from PIL import Image
|
|
|
5 |
import numpy as np
|
6 |
|
7 |
def recognize_text(image):
|
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
|
2 |
-
|
|
|
1 |
+
opencv-python
|
2 |
+
manga-ocr
|