Update app.py
Browse files
app.py
CHANGED
@@ -4,4 +4,4 @@ import gradio as gr
|
|
4 |
title = "Military Aircraft Detection Demo"
|
5 |
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."
|
6 |
|
7 |
-
gr.load("models/Illia56/Illia56-Military-Aircraft-Detection",title=title
|
|
|
4 |
title = "Military Aircraft Detection Demo"
|
5 |
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."
|
6 |
|
7 |
+
gr.load("models/Illia56/Illia56-Military-Aircraft-Detection",title=title).launch()
|