tanvir-ishraq commited on
Commit
3bcff98
1 Parent(s): b4a7d51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,6 +57,6 @@ iface = gr.Interface(
57
  outputs=label,
58
  examples=examples,
59
  title="A.R.M.O.R - Armament Models Recognizer",
60
- description="A comprehensive security measure image classification model that classifies (for now) 22 different types of common military armaments around the world posing threat to civilians on land."
61
  )
62
  iface.launch(inline=False) # share=True for colab
 
57
  outputs=label,
58
  examples=examples,
59
  title="A.R.M.O.R - Armament Models Recognizer",
60
+ description="A comprehensive security measure image classification model that classifies (for now) 22 different types of common military armaments around the world posing threat to civilians on land.<br>Tags: Computer Vision. Deep Learning, CNN, PyTorch."
61
  )
62
  iface.launch(inline=False) # share=True for colab