Spaces:
Sleeping
Sleeping
samuel2424
commited on
Commit
·
a544d22
1
Parent(s):
e746455
cambiar el número de clases
Browse files
app.py
CHANGED
@@ -44,9 +44,9 @@ def predict(img):
|
|
44 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|
45 |
|
46 |
# Gradio interface
|
47 |
-
title = "
|
48 |
-
description = "
|
49 |
-
article = "
|
50 |
|
51 |
demo = gr.Interface(fn=predict,
|
52 |
inputs=gr.Image(type="pil"),
|
|
|
44 |
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,
|
52 |
inputs=gr.Image(type="pil"),
|