polejowska's picture
Update app.py
39e028d
raw
history blame
347 Bytes
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()