3v324v23 commited on
Commit
2eb7243
·
1 Parent(s): 2cc8578

Commit : 123

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -22,7 +22,9 @@ iface = gr.Interface(
22
  ["Examples/2.jpg"],
23
  ["Examples/3.jpg"],
24
  ["Examples/4.jpg"]
25
- ]
 
 
26
  )
27
 
28
  iface.launch()
 
22
  ["Examples/2.jpg"],
23
  ["Examples/3.jpg"],
24
  ["Examples/4.jpg"]
25
+ ],
26
+ title="Welcome to Bird or Forest Classifier", # Title of the app
27
+ description="Please upload an image to classify whether it's a Bird or a Forest scene." # Welcome message
28
  )
29
 
30
  iface.launch()