Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Install dependencies
|
| 2 |
-
!apt-get install -y poppler-utils tesseract-ocr tesseract-ocr-eng
|
| 3 |
|
| 4 |
import os
|
| 5 |
import gradio as gr # Assuming this is the input type (for example)
|
|
|
|
| 1 |
# Install dependencies
|
| 2 |
+
! apt-get install -y poppler-utils tesseract-ocr tesseract-ocr-eng
|
| 3 |
|
| 4 |
import os
|
| 5 |
import gradio as gr # Assuming this is the input type (for example)
|