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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ choices = ["en", "vi"]
25
 
26
  gr.Interface(
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'])]
 
25
 
26
  gr.Interface(
27
  inference,
28
+ inputs=[gr.Image(label='Input'),
29
  gr.CheckboxGroup(choices, type="value", label='language')],
30
  outputs=[gr.Image(label='Output'),
31
  gr.Dataframe(headers=['text', 'confidence'])]