Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,11 +22,11 @@ os.system('pip install -q pytesseract')
|
|
22 |
|
23 |
#!pip install gradio
|
24 |
|
25 |
-
|
26 |
|
27 |
-
|
28 |
|
29 |
-
|
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 |
|