SuganthKrishna2003 commited on
Commit
329de23
1 Parent(s): 24be09f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -11,6 +11,7 @@ import time
11
  from transformers import BarkModel, BarkProcessor
12
  from IPython.display import Audio
13
 
 
14
 
15
  # Using captured images
16
 
@@ -39,6 +40,10 @@ cv2.destroyAllWindows()
39
 
40
  image=frame
41
 
 
 
 
 
42
 
43
  # Using the pre-trained Dog Breed Identification Model
44
 
 
11
  from transformers import BarkModel, BarkProcessor
12
  from IPython.display import Audio
13
 
14
+ '''
15
 
16
  # Using captured images
17
 
 
40
 
41
  image=frame
42
 
43
+ '''
44
+
45
+ image = cv2.imread('n02106662_320.jpg')
46
+
47
 
48
  # Using the pre-trained Dog Breed Identification Model
49