Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|