asalhi85 commited on
Commit
58411f0
·
1 Parent(s): 944364a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ choices = [
40
  gr.Interface(
41
  inference,
42
  [gr.inputs.Image(type='filepath', label='Input'),gr.inputs.CheckboxGroup(choices, type="value", default=['en'], label='language')],
43
- [gr.outputs.Image(type='filepath', label='Output')],
44
  title=title,
45
  description=description,
46
  article=article,
 
40
  gr.Interface(
41
  inference,
42
  [gr.inputs.Image(type='filepath', label='Input'),gr.inputs.CheckboxGroup(choices, type="value", default=['en'], label='language')],
43
+ [gr.outputs.Image(type='filepath', label='Output'), gr.outputs.Textbox( type="text", label="الخطأ المستخرج من الصورة: ")],
44
  title=title,
45
  description=description,
46
  article=article,