Benjamin Coman commited on
Commit
e5c6c96
1 Parent(s): 6f47885

Remove cruising example. Tweak description text.

Browse files
Files changed (2) hide show
  1. app.py +3 -3
  2. examples/cruising.jpg +0 -0
app.py CHANGED
@@ -8,9 +8,9 @@ def classify_image(img):
8
  pred,idx,probs = learn.predict(img)
9
  return( dict(zip(categories, map(float,probs))))
10
 
11
- title = "Which Watersport? Can you identify it, before you ask the classifier?"
12
- description = "Drag an image into the classifier. Take a close look at it and try to guess it yourself, before hitting **\<submit\>**. \
13
- You need to **\<clear\>** before dragging next image. You can also drag your images directly from a google search."
14
  image = gr.inputs.Image(shape=(192,192))
15
  label = gr.outputs.Label()
16
  examples = './examples'
 
8
  pred,idx,probs = learn.predict(img)
9
  return( dict(zip(categories, map(float,probs))))
10
 
11
+ title = "Which Watersport? Test yourself before submitting to the machine learning classifier."
12
+ description = "Drag an image into the classifier. Take a close look and guess it yourself, before hitting **\<Submit\>**. \n \
13
+ You need to **\<Clear\>** before dragging next image. Other images can be dragged directly from google search."
14
  image = gr.inputs.Image(shape=(192,192))
15
  label = gr.outputs.Label()
16
  examples = './examples'
examples/cruising.jpg DELETED
Binary file (10.2 kB)