AItool commited on
Commit
084ed31
1 Parent(s): cc2bd42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def classify_image(img):
21
  #st.title("Chihuahua,Winner or Basset Hound")
22
  image = gr.inputs.Image(shape=(192, 192))
23
  label = gr.outputs.Label()
24
- examples = ['dog0.jpg','dog1.jpg','dog2.jpg','dog3.jpg','dog4.jpg','dog5.jpg','dog6.jpg']
25
 
26
  # Cell
27
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
 
21
  #st.title("Chihuahua,Winner or Basset Hound")
22
  image = gr.inputs.Image(shape=(192, 192))
23
  label = gr.outputs.Label()
24
+ examples = ['dog0.jpg','dog1.jpg','dog2.jpg','dog3.jpg','dog4.jpg','dog5.jpg']
25
 
26
  # Cell
27
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)