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

Adjust description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ def classify_image(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. 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'
 
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'