Illia56 commited on
Commit
0a59973
1 Parent(s): db00fd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,description=description).launch()
 
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()