Illia56's picture
Update app.py
0a59973
raw
history blame contribute delete
No virus
395 Bytes
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()