Spaces:
Runtime error
Runtime error
import gradio as gr | |
description = "Satellite images classification" | |
title = "Upload your own image" | |
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() | |