Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ example_list = [["examples/" + example] for example in os.listdir("examples")]
|
|
45 |
|
46 |
# Gradio interface
|
47 |
title = "Weather image classification ⛅❄☔"
|
48 |
-
description = "Classifies the weather from an image,
|
49 |
article = "See the code on [GitHub](https://github.com/georgescutelnicu/Weather-Image-Classification)."
|
50 |
|
51 |
demo = gr.Interface(fn=predict,
|
|
|
45 |
|
46 |
# Gradio interface
|
47 |
title = "Weather image classification ⛅❄☔"
|
48 |
+
description = "Classifies the weather conditions from an image, capable of distinguishing among 12 distinct classes."
|
49 |
article = "See the code on [GitHub](https://github.com/georgescutelnicu/Weather-Image-Classification)."
|
50 |
|
51 |
demo = gr.Interface(fn=predict,
|