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