File size: 395 Bytes
a044d18 05c9408 0a59973 |
1 2 3 4 5 6 7 |
import gradio as gr
# Set the title and description for the demo
title = "Military Aircraft Detection Demo"
description = "Explore the capabilities of the Military Aircraft Detection model powered by Vision Transformer (ViT). Upload an image to see real-time classification and detection of military aircraft."
gr.load("models/Illia56/Illia56-Military-Aircraft-Detection",title=title).launch() |