acverma commited on
Commit
0e7bf2c
·
1 Parent(s): 8ef4046

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -22,11 +22,11 @@ os.system('pip install -q pytesseract')
22
 
23
  #!pip install gradio
24
 
25
- !pip install -q git+https://github.com/huggingface/transformers.git
26
 
27
- !pip install h5py
28
 
29
- !pip install -q datasets seqeval
30
 
31
  import gradio as gr
32
 
 
22
 
23
  #!pip install gradio
24
 
25
+ #pip install -q git+https://github.com/huggingface/transformers.git
26
 
27
+ #pip install h5py
28
 
29
+ #pip install -q datasets seqeval
30
 
31
  import gradio as gr
32