chiraant commited on
Commit
d13218b
1 Parent(s): 1161fd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ iface = gr.Interface(
32
  inputs=gr.File(label="Upload File"),
33
  outputs=["image", "text"],
34
  title="Pokemon Classifier",
35
- description="Upload a picture of a Pokemon (Ditto, Abra or Grengar) to see its type and confidence level.
36
  )
37
 
38
  # Launch the interface
 
32
  inputs=gr.File(label="Upload File"),
33
  outputs=["image", "text"],
34
  title="Pokemon Classifier",
35
+ description="Upload a picture of a Pokemon (Ditto, Abra or Grengar) to see its type and confidence level."
36
  )
37
 
38
  # Launch the interface