Spaces:
Runtime error
Runtime error
updatev1
Browse files
Key_Information_Extraction
CHANGED
|
@@ -20,13 +20,13 @@ os.system('pip install torch==1.8.0+cu101 torchvision==0.9.0+cu101 -f https://do
|
|
| 20 |
os.system('pip install -q detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.8/index.html')
|
| 21 |
os.system('pip install -q pytesseract')
|
| 22 |
|
| 23 |
-
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
-
|
| 28 |
|
| 29 |
-
|
| 30 |
|
| 31 |
import gradio as gr
|
| 32 |
|
|
|
|
| 20 |
os.system('pip install -q detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.8/index.html')
|
| 21 |
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 |
|