Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,4 +15,7 @@ gr.Interface(
|
|
| 15 |
description=description,
|
| 16 |
article=article,
|
| 17 |
examples=['eurotext.png']
|
| 18 |
-
).launch(enable_queue=True,cache_examples=True)
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
description=description,
|
| 16 |
article=article,
|
| 17 |
examples=['eurotext.png']
|
| 18 |
+
).launch(enable_queue=True,cache_examples=True)
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
print(os.popen(f'apt search tesseract').read())
|