saritha5 commited on
Commit
77d56d0
·
1 Parent(s): 6a9974e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ def prediction(image_path):
132
  return simplejson.dumps(response),fig
133
 
134
  inputs = gr.inputs.Image(type = 'filepath')
135
- EXAMPLES = ["img1.jpg","img2.jpg","img5.jpg","img4.jpg","img10.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"),
 
132
  return simplejson.dumps(response),fig
133
 
134
  inputs = gr.inputs.Image(type = 'filepath')
135
+ EXAMPLES = ["img1.jpg","img2.jpg","img6.jpg","img7.jpg","img8.jpg","img4.jpg","img10.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"),