Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,10 +4,11 @@
|
|
| 4 |
# DOUBLONS : SUFFIXES _X
|
| 5 |
# VERSION COMPLETE
|
| 6 |
"""
|
| 7 |
-
|
| 8 |
!pip install gradio
|
| 9 |
!apt-get -qq install poppler-utils tesseract-ocr > /dev/null
|
| 10 |
!pip install -q pdf2image pytesseract
|
|
|
|
| 11 |
|
| 12 |
import gradio as gr
|
| 13 |
import os
|
|
|
|
| 4 |
# DOUBLONS : SUFFIXES _X
|
| 5 |
# VERSION COMPLETE
|
| 6 |
"""
|
| 7 |
+
""""
|
| 8 |
!pip install gradio
|
| 9 |
!apt-get -qq install poppler-utils tesseract-ocr > /dev/null
|
| 10 |
!pip install -q pdf2image pytesseract
|
| 11 |
+
"""
|
| 12 |
|
| 13 |
import gradio as gr
|
| 14 |
import os
|