meetran commited on
Commit
177f1d0
·
verified ·
1 Parent(s): 450279c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def classify_bird(img):
35
 
36
  image_component = gr.Image(type="pil", label="Bird Image")
37
  label_component = gr.Label(label="Classification result", num_top_classes=3)
38
- description = """
39
 
40
  title = "Painting Classifier 🐣"
41
 
 
35
 
36
  image_component = gr.Image(type="pil", label="Bird Image")
37
  label_component = gr.Label(label="Classification result", num_top_classes=3)
38
+
39
 
40
  title = "Painting Classifier 🐣"
41