Aman Sharma commited on
Commit
d35ea33
·
1 Parent(s): 6ce527a

gradio demo added

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. setup.py +0 -2
requirements.txt CHANGED
@@ -3,4 +3,4 @@ torch
3
  opencv-python
4
  numpy
5
  pytesseract
6
- -e .
 
3
  opencv-python
4
  numpy
5
  pytesseract
6
+ .
setup.py CHANGED
@@ -10,8 +10,6 @@ setup(
10
  "pytesseract",
11
  "torch",
12
  "gradio",
13
- "fastapi",
14
- "uvicorn",
15
  ],
16
  author="Aman Sharma",
17
  author_email="amananytime07@gmail.com",
 
10
  "pytesseract",
11
  "torch",
12
  "gradio",
 
 
13
  ],
14
  author="Aman Sharma",
15
  author_email="amananytime07@gmail.com",