Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|