Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ 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 |
!pip install -q git+https://github.com/huggingface/transformers.git
|
| 26 |
|
|
|
|
| 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 |
|