polejowska's picture
Update app.py
8acad10
raw
history blame
433 Bytes
import gradio as gr
title = "πŸ“‘ Satellite images classification 🌍 "
description = "Upload your own image (it is recommended to take screenshot from Gooogle Earth πŸ—Ί for example)"
css = "body {background-color: #deebff}"
EXAMPLES = ['most_sf.png', 'test1.png', 'test5.png']
gr.Interface.load("models/polejowska/swin-tiny-patch4-window7-224-eurosat", description=description, title=title, css=css, examples=EXAMPLES).launch()