fbadine commited on
Commit
a552137
1 Parent(s): c7789fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -111,7 +111,8 @@ if __name__ == "__main__":
111
  os.path.join(os.path.curdir, "examples", "sample2.jpg"),
112
  ],
113
  inputs=image_input,
114
- outputs=lbl_output,
 
115
  fn=predict,
116
  cache_examples=True,
117
  )
 
111
  os.path.join(os.path.curdir, "examples", "sample2.jpg"),
112
  ],
113
  inputs=image_input,
114
+ #outputs=lbl_output,
115
+ outputs=[lbl_output, txt_output],
116
  fn=predict,
117
  cache_examples=True,
118
  )