hantech commited on
Commit
7a5b631
Β·
verified Β·
1 Parent(s): 3b2b8c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ choices = [
105
  ]
106
  gr.Interface(
107
  inference,
108
- [gr.Image(type='filepath', label='Input'),gr.CheckboxGroup(choices, type="value", default=['vi'], label='language'), gr.Textbox(label='Labels',default='Người nα»™p, TiαΊΏp nhαΊ­n hα»“ sΖ‘ cα»§a')],
109
  [gr.Image(type='pil', label='Output'), gr.Textbox(label='Text'), gr.JSON(label='document')],
110
  title=title,
111
  description=description,
 
105
  ]
106
  gr.Interface(
107
  inference,
108
+ [gr.Image(type='filepath', label='Input'),gr.CheckboxGroup(choices, type="value", value=['vi'], label='language'), gr.Textbox(label='Labels',default='Người nα»™p, TiαΊΏp nhαΊ­n hα»“ sΖ‘ cα»§a')],
109
  [gr.Image(type='pil', label='Output'), gr.Textbox(label='Text'), gr.JSON(label='document')],
110
  title=title,
111
  description=description,