elsoori commited on
Commit
e54ad1c
1 Parent(s): 25ccd05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def classify_image(img):
9
  return dict(zip(categories, map(float,probs)))
10
 
11
  title = "Bear Classifier"
12
- description = " Upload a picture of a bear or drag and drop one of the examples below to the upload box to find out what type of bear it is!" + "This model has been trained to identify a black bear, a grizzly bear and a teddy bear."
13
 
14
  image = gr.Image(shape=(192,192))
15
  label = gr.Label()
 
9
  return dict(zip(categories, map(float,probs)))
10
 
11
  title = "Bear Classifier"
12
+ description = " Upload a picture of a bear or drag and drop one of the examples below to the upload box to find out what type of bear it is!\n" + "This model has been trained to identify a black bear, a grizzly bear and a teddy bear."
13
 
14
  image = gr.Image(shape=(192,192))
15
  label = gr.Label()