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', 'test_baltimore.png', 'hel.png', 'wawa.png', 'sopot.png', 'visla.png'] gr.Interface.load("models/polejowska/swin-tiny-patch4-window7-224-eurosat", description=description, title=title, css=css, examples=EXAMPLES).launch()