kothariyashhh commited on
Commit
8946f33
·
verified ·
1 Parent(s): b9f5bef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,9 +35,9 @@ examples = [['english.png','en'],['spanish.png','es']]
35
  css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
36
  app = gr.Interface(
37
  inference,
38
- [gr.Image(type='filepath', label='Input'), type="value", value='ch', label='language'],
39
  # gr.outputs.Image(type='file', label='Output'),
40
- outputs=["image", "text"],
41
  title=title,
42
  description=description,
43
  article=article,
 
35
  css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
36
  app = gr.Interface(
37
  inference,
38
+ [gr.Image(type='filepath', label='Input'), type="value", value='ch')],
39
  # gr.outputs.Image(type='file', label='Output'),
40
+ outputs=["image", "text", "text"],
41
  title=title,
42
  description=description,
43
  article=article,