KaiYuan Tee commited on
Commit
84ce848
β€’
1 Parent(s): e82112e
Files changed (1) hide show
  1. app.py +1 -2
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)