tungedng2710 commited on
Commit
16c0d8c
·
verified ·
1 Parent(s): 4af5f5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def ocr_image(image):
43
 
44
  # Create the Gradio Blocks interface
45
  with gr.Blocks(theme=gr.Theme.from_hub("ParityError/Interstellar")) as demo:
46
- gr.Markdown("# TonAI OCR - Nhận diện chữ trong ảnh")
47
  with gr.Row():
48
  with gr.Column():
49
  image_input = gr.Image(sources = ['upload', 'clipboard'],
 
43
 
44
  # Create the Gradio Blocks interface
45
  with gr.Blocks(theme=gr.Theme.from_hub("ParityError/Interstellar")) as demo:
46
+ gr.Markdown("# TonAI OCR - Optical Character Recognition")
47
  with gr.Row():
48
  with gr.Column():
49
  image_input = gr.Image(sources = ['upload', 'clipboard'],