bencoman commited on
Commit
cf5a0ee
1 Parent(s): d12c3b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def classify_image(img):
11
  pred,idx,probs = learn.predict(img)
12
  return( dict(zip(categories, map(float,probs))))
13
 
14
- title = "Which Watersport? Compare your guess to the machine inferencing."
15
  description = "CLick an image and click submit. Drag an image into the classifier. Take a close look and guess it yourself, before hitting **\<Submit\>**. \n \
16
  You need to **\<Clear\>** before dragging next image. Other images can be dragged directly from google search."
17
  image = gr.inputs.Image(shape=(192,192))
 
11
  pred,idx,probs = learn.predict(img)
12
  return( dict(zip(categories, map(float,probs))))
13
 
14
+ title = "Which Watersport? Compare your guess to the machine inferencing.x"
15
  description = "CLick an image and click submit. Drag an image into the classifier. Take a close look and guess it yourself, before hitting **\<Submit\>**. \n \
16
  You need to **\<Clear\>** before dragging next image. Other images can be dragged directly from google search."
17
  image = gr.inputs.Image(shape=(192,192))