samuel2424 commited on
Commit
8497b67
·
1 Parent(s): e82d8f6
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ def predict(img):
44
  example_list = [["examples/" + example] for example in os.listdir("examples")]
45
 
46
  # Gradio interface
47
- title = "Weather image recognition ⛅❄☔"
48
- description = "Classifies the weather from an image, able to recognize 12 types of weather."
49
 
50
  demo = gr.Interface(fn=predict,
51
  inputs=gr.Image(type="pil"),
 
44
  example_list = [["examples/" + example] for example in os.listdir("examples")]
45
 
46
  # Gradio interface
47
+ title = "Clasificador de clima a partir de imágenes (Finetuneado)"
48
+ description = "Clasificador de imágenes"
49
 
50
  demo = gr.Interface(fn=predict,
51
  inputs=gr.Image(type="pil"),