Faiss commited on
Commit
b6c0411
1 Parent(s): 09dbe60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -13
app.py CHANGED
@@ -1,16 +1,3 @@
1
- #
2
- # Genelify.com
3
- # Deep Learning, Machine Learning engine source code
4
- #
5
- # Converting image to text
6
- # Using pytesseract and opencv
7
- #
8
- # Copyright Genelify, under Faisal Mochamad & Teams (2021-2024)
9
- #
10
- # Tool URL: https://www.genelify.com/tools/image-to-text
11
- # Version Batch: 1.2
12
- # ------------
13
-
14
  import gradio as gr
15
  import pytesseract
16
  import cv2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  import gradio as gr
2
  import pytesseract
3
  import cv2