yashbyname commited on
Commit
89ec1ae
·
verified ·
1 Parent(s): 4322a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -13,9 +13,9 @@ Original file is located at
13
  In this notebook, I created an interactive web application using Gradio to facilitate the OCR process and allow users to perform keyword searches on the extracted text.
14
  """
15
 
16
- !pip install gradio
17
- !pip install -q tiktoken verovio
18
- !pip install pytesseract
19
 
20
  """**Library Imports**:
21
 
 
13
  In this notebook, I created an interactive web application using Gradio to facilitate the OCR process and allow users to perform keyword searches on the extracted text.
14
  """
15
 
16
+ #!pip install gradio
17
+ #!pip install -q tiktoken verovio
18
+ #!pip install pytesseract
19
 
20
  """**Library Imports**:
21