Spaces:
Runtime error
Runtime error
KaiYuan Tee
commited on
Commit
Β·
84ce848
1
Parent(s):
e82112e
font
Browse files
app.py
CHANGED
@@ -51,8 +51,7 @@ trocr_iface = gr.Interface(fn=process_image,
|
|
51 |
outputs=gr.outputs.Textbox(),
|
52 |
title=title,
|
53 |
description=description,
|
54 |
-
examples=examples
|
55 |
-
theme='gstaff/xkcd')
|
56 |
|
57 |
if __name__ == "__main__":
|
58 |
trocr_iface.launch(debug=True)
|
|
|
51 |
outputs=gr.outputs.Textbox(),
|
52 |
title=title,
|
53 |
description=description,
|
54 |
+
examples=examples)
|
|
|
55 |
|
56 |
if __name__ == "__main__":
|
57 |
trocr_iface.launch(debug=True)
|