Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ choices = ["en", "vi"]
|
|
26 |
gr.Interface(
|
27 |
inference,
|
28 |
inputs=[gr.Image(type='pil', label='Input'),
|
29 |
-
gr.CheckboxGroup(choices, type="value",
|
30 |
outputs=[gr.Image(type='pil', label='Output'),
|
31 |
gr.Dataframe(headers=['text', 'confidence'])],
|
32 |
enable_queue=True
|
|
|
26 |
gr.Interface(
|
27 |
inference,
|
28 |
inputs=[gr.Image(type='pil', label='Input'),
|
29 |
+
gr.CheckboxGroup(choices, type="value", label='language')],
|
30 |
outputs=[gr.Image(type='pil', label='Output'),
|
31 |
gr.Dataframe(headers=['text', 'confidence'])],
|
32 |
enable_queue=True
|