Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,6 @@ def predict(img):
|
|
22 |
|
23 |
title = "City Temperature Estimater"
|
24 |
description = "A fastai model trained on aerial views of cities in order to estimate their mean annual temperatures."
|
25 |
-
examples = ['Brisbane_aerial_view.jpg','
|
26 |
|
27 |
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512,512)),outputs=gr.outputs.Textbox(),title=title,description=description,examples=examples).launch()
|
|
|
22 |
|
23 |
title = "City Temperature Estimater"
|
24 |
description = "A fastai model trained on aerial views of cities in order to estimate their mean annual temperatures."
|
25 |
+
examples = ['Brisbane_aerial_view.jpg','NewYork_aerial_view.jpg']
|
26 |
|
27 |
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512,512)),outputs=gr.outputs.Textbox(),title=title,description=description,examples=examples).launch()
|