tomofi commited on
Commit
e0f363d
1 Parent(s): f231740

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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())