meetran commited on
Commit
68539b8
·
verified ·
1 Parent(s): 177f1d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,6 +39,6 @@ label_component = gr.Label(label="Classification result", num_top_classes=3)
39
 
40
  title = "Painting Classifier 🐣"
41
 
42
- demo = gr.Interface(fn=classify_bird, inputs=image_component, outputs=label_component, description=description, title=title)
43
 
44
  demo.launch()
 
39
 
40
  title = "Painting Classifier 🐣"
41
 
42
+ demo = gr.Interface(fn=classify_bird, inputs=image_component, outputs=label_component, title=title)
43
 
44
  demo.launch()