Update app.py
Browse files
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'
|
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)
|