georgescutelnicu commited on
Commit
913ab7e
·
verified ·
1 Parent(s): abfba31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, able to recognize 12 types of weather."
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,