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