Spaces:
Runtime error
Runtime error
Ammar-alhaj-ali
commited on
Commit
•
d9b33ca
1
Parent(s):
e41009f
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import os
|
2 |
os.system('pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu')
|
3 |
os.system('pip install -q git+https://github.com/huggingface/transformers.git')
|
|
|
|
|
4 |
|
5 |
|
6 |
import gradio as gr
|
|
|
1 |
import os
|
2 |
os.system('pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu')
|
3 |
os.system('pip install -q git+https://github.com/huggingface/transformers.git')
|
4 |
+
os.system('pip install pytesseract')
|
5 |
+
|
6 |
|
7 |
|
8 |
import gradio as gr
|