saritha5 commited on
Commit
d2c5d93
·
1 Parent(s): 905f7a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -133,10 +133,8 @@ def prediction(image_path):
133
 
134
  inputs = gr.inputs.Image(type = 'filepath')
135
  EXAMPLES = ["img1.jpg","img2.jpg","img3.jpg","img4.jpg"]
136
- DESCRIPTION = """An image is occluded if the image is blocked by any object.
137
- For example if an electric pole is filled with bushes,the image is occluded since it is not clear and blocked.
138
- Mobil-net is used to train a model with occluded and non occluded images, so that it can correctly classify the images.
139
- Occlusion detection can be used to filter unclear images and take safety measures."""
140
  outputs = [gr.outputs.Textbox(label = "Prediction"),
141
  gr.outputs.Image(type = 'numpy',label = 'Tag Diciphering')]
142
  demo_app = gr.Interface(
 
133
 
134
  inputs = gr.inputs.Image(type = 'filepath')
135
  EXAMPLES = ["img1.jpg","img2.jpg","img3.jpg","img4.jpg"]
136
+ DESCRIPTION = """Tag Dicipher is to convert into understandable form. especially to decode the tags to make out
137
+ the meaning of despite lack of clearness."""
 
 
138
  outputs = [gr.outputs.Textbox(label = "Prediction"),
139
  gr.outputs.Image(type = 'numpy',label = 'Tag Diciphering')]
140
  demo_app = gr.Interface(