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,description=description).launch()