Spaces:
Configuration error
Configuration error
Update app.py
Browse files
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","
|
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"),
|