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