dhanishetty commited on
Commit
64d8c45
·
verified ·
1 Parent(s): 71e0fd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -40,11 +40,11 @@ def objects_image_file(image1, end_point, API_Key):
40
 
41
  title = "Azure Cognitive Services"
42
  description = """
 
 
 
43
  # Computer Vision : Image Analysis, Detect physical objects in an image file and return their location, using a synchronous client.
44
- <img src = "https://learn.microsoft.com/en-us/windows/images/azure-cognitive-services.png" width = 300px>
45
-
46
-
47
-
48
  """
49
 
50
  demo = gr.Interface( objects_image_file,
 
40
 
41
  title = "Azure Cognitive Services"
42
  description = """
43
+
44
+ <img src = "https://nightingalehq.ai/knowledgebase/glossary/what-are-azure-cognitive-services/cognitive-services.jpg" width = 300px>
45
+
46
  # Computer Vision : Image Analysis, Detect physical objects in an image file and return their location, using a synchronous client.
47
+
 
 
 
48
  """
49
 
50
  demo = gr.Interface( objects_image_file,