Spaces:
Sleeping
Sleeping
Commit : 123
Browse files
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()
|