hoduy99 commited on
Commit
4738281
·
1 Parent(s): 832d55f

more fix to requirements

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. 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
- manga-ocr
2
- opencv-python
 
1
+ opencv-python
2
+ manga-ocr