asalhi85 commited on
Commit
c5e531e
·
1 Parent(s): cd52228

Update app.py

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