samuel2424 commited on
Commit
07a0afd
·
1 Parent(s): 082a8be

some changes

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 = "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"),
 
44
  example_list = [["examples/" + example] for example in os.listdir("examples")]
45
 
46
  # Gradio interface
47
+ title = "Modelo de Clasificación de Clima (Finetuneado)"
48
+ description = "Clasifica la imagen seleccionada en 12 tipos de climas"
49
+ article = "Código en el que está basado[GitHub](https://github.com/georgescutelnicu/Weather-Image-Classification)."
50
 
51
  demo = gr.Interface(fn=predict,
52
  inputs=gr.Image(type="pil"),