JustKiddo commited on
Commit
0e32134
·
verified ·
1 Parent(s): 1fd98e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,6 +27,6 @@ gr.Interface(
27
  inference,
28
  inputs=[gr.Image(type='pil', label='Input'),
29
  gr.CheckboxGroup(choices, type="value", label='language')],
30
- outputs=[gr.Image(type='pil', label='Output'),
31
  gr.Dataframe(headers=['text', 'confidence'])]
32
  ).launch(debug=True)
 
27
  inference,
28
  inputs=[gr.Image(type='pil', label='Input'),
29
  gr.CheckboxGroup(choices, type="value", label='language')],
30
+ outputs=[gr.Image(label='Output'),
31
  gr.Dataframe(headers=['text', 'confidence'])]
32
  ).launch(debug=True)