saritha5 commited on
Commit
a190377
·
1 Parent(s): 005a615

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ DESCRIPTION = """An image is occluded if the image is blocked by any object.
141
  demo_app = gr.Interface(
142
  fn= prediction,
143
  inputs=inputs,
144
- outputs= ["text", "image"],
145
  title = "Tag Diciphering",
146
  description = DESCRIPTION,
147
  examples = EXAMPLES,
 
141
  demo_app = gr.Interface(
142
  fn= prediction,
143
  inputs=inputs,
144
+ outputs= ["text", "Image"],
145
  title = "Tag Diciphering",
146
  description = DESCRIPTION,
147
  examples = EXAMPLES,