trocr-base-handwritten
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
068ef782af
commit
c32c3594dd
3
app.py
3
app.py
|
@ -28,8 +28,9 @@ def ocr(image):
|
||||||
demo = gr.Interface(fn=ocr,
|
demo = gr.Interface(fn=ocr,
|
||||||
inputs='image',
|
inputs='image',
|
||||||
outputs='text',
|
outputs='text',
|
||||||
title = "ocr",
|
|
||||||
theme = theme,
|
theme = theme,
|
||||||
|
css = "footer {visibility: hidden}",
|
||||||
|
allow_flagging = "never",
|
||||||
examples = ['handwritten.jpeg'])
|
examples = ['handwritten.jpeg'])
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue