Spaces:
Sleeping
Sleeping
samuel2424
commited on
Commit
·
8497b67
1
Parent(s):
e82d8f6
todo
Browse files
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 = "
|
48 |
-
description = "
|
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"),
|