hantech commited on
Commit
154403f
β€’
1 Parent(s): 791261d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ choices = [
94
  ]
95
  gr.Interface(
96
  inference,
97
- [gr.inputs.Image(type='filepath', label='Input'),gr.inputs.CheckboxGroup(choices, type="value", default=['vi'], label='language'), gr.inputs.Textbox(label='Labels')],
98
  [gr.outputs.Image(type='pil', label='Output'), gr.outputs.Textbox(label='Json')],
99
  title=title,
100
  description=description,
 
94
  ]
95
  gr.Interface(
96
  inference,
97
+ [gr.inputs.Image(type='filepath', label='Input'),gr.inputs.CheckboxGroup(choices, type="value", default=['vi'], label='language'), gr.inputs.Textbox(label='Labels',default='Người nα»™p, TiαΊΏp nhαΊ­n hα»“ sΖ‘ của')],
98
  [gr.outputs.Image(type='pil', label='Output'), gr.outputs.Textbox(label='Json')],
99
  title=title,
100
  description=description,