genelify commited on
Commit
193d94a
·
verified ·
1 Parent(s): 87434e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,4 +96,4 @@ iface = gr.Interface(
96
  title="OCR | PyTesseract with bbox",
97
  article = """<p style='text-align: center;'>Hello, thanks for coming, visit: <a href="https://www.genelify.com" target="_blank">Genelify</a>, <a href="https://www.tubtic.com" target="_blank">Tubtic</a></p>"""
98
  )
99
- iface.launch(inline=False)
 
96
  title="OCR | PyTesseract with bbox",
97
  article = """<p style='text-align: center;'>Hello, thanks for coming, visit: <a href="https://www.genelify.com" target="_blank">Genelify</a>, <a href="https://www.tubtic.com" target="_blank">Tubtic</a></p>"""
98
  )
99
+ iface.launch(show_api=False, inline=False)