Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,7 @@ def classify_image(img):
|
|
18 |
return dict(zip(categories, map(float,probs)))
|
19 |
|
20 |
# Cell
|
|
|
21 |
image = gr.inputs.Image(shape=(192, 192))
|
22 |
label = gr.outputs.Label()
|
23 |
examples = ['dog0.jpg','dog1.jpg','dog2.jpg','dog3.jpg','dog4.jpg','dog5.jpg','dog6.jpg']
|
|
|
18 |
return dict(zip(categories, map(float,probs)))
|
19 |
|
20 |
# Cell
|
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']
|