Snowad commited on
Commit
4394dea
1 Parent(s): 1f4443c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -35,13 +35,8 @@ iface = gr.Interface(
35
  fn=manga_ocr,
36
  inputs=gr.Image(type='pil'),
37
  outputs="text",
38
- layout="horizontal",
39
- theme="huggingface",
40
  title="Manga OCR",
41
- description="Optical Character Recognization for Japanese Texts with focus on Mangas. The model is trained by kha-white with Github link: <a href=\"https://github.com/kha-white/manga-ocr\">manga-ocr</a> while the Space App is made by me.",
42
- allow_flagging='never',
43
- examples=examples,
44
- article = "Author: <a href=\"https://huggingface.co/gryan-galario\">Gryan Galario</a>",
45
  )
46
 
47
  iface.launch()
 
35
  fn=manga_ocr,
36
  inputs=gr.Image(type='pil'),
37
  outputs="text",
 
 
38
  title="Manga OCR",
39
+ description="Extract Manga in lighting speed ",
 
 
 
40
  )
41
 
42
  iface.launch()