dhanishetty commited on
Commit
de68c9b
·
verified ·
1 Parent(s): 9df55ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -42,11 +42,14 @@ def ocr_image_file(image1, end_point, API_Key):
42
  title = "Azure Cognitive Services"
43
  description = """
44
 
 
 
 
45
  <img src = "https://learn.microsoft.com/en-us/windows/images/azure-cognitive-services.png" width = 300px>
46
 
47
 
48
 
49
- # Computer Vision : OCR or Optical Character Recognition for text recognition or text extraction.
50
  """
51
 
52
  demo = gr.Interface( ocr_image_file,
 
42
  title = "Azure Cognitive Services"
43
  description = """
44
 
45
+ # Computer Vision : OCR or Optical Character Recognition for text recognition or text extraction.
46
+
47
+
48
  <img src = "https://learn.microsoft.com/en-us/windows/images/azure-cognitive-services.png" width = 300px>
49
 
50
 
51
 
52
+
53
  """
54
 
55
  demo = gr.Interface( ocr_image_file,