phlippseitz commited on
Commit
28085d0
1 Parent(s): eeab14d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ css = ".output_image, .input_image {height: 40rem !important; width: 100% !impor
23
  gr.Interface(
24
  inference,
25
  [gr.inputs.Image(type='filepath', label='Input'),gr.inputs.Dropdown(choices=['ch', 'en', 'fr', 'german', 'korean', 'japan'], type="value", default='en', label='language')],
26
- gr.outputs.Textbox(type="auto", label="Text extracted from image"),
27
  title=title,
28
  description=description,
29
  article=article,
 
23
  gr.Interface(
24
  inference,
25
  [gr.inputs.Image(type='filepath', label='Input'),gr.inputs.Dropdown(choices=['ch', 'en', 'fr', 'german', 'korean', 'japan'], type="value", default='en', label='language')],
26
+ gr.outputs.Textbox(type="text", label="Text extracted from image"),
27
  title=title,
28
  description=description,
29
  article=article,