Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def predict(image):
|
|
| 31 |
iface = gr.Interface(
|
| 32 |
fn=predict,
|
| 33 |
inputs=gr.Image(type="numpy", label="Image"),
|
| 34 |
-
outputs=gr.Textbox(label="Text"),
|
| 35 |
title="HTR",
|
| 36 |
description="..."
|
| 37 |
)
|
|
|
|
| 31 |
iface = gr.Interface(
|
| 32 |
fn=predict,
|
| 33 |
inputs=gr.Image(type="numpy", label="Image"),
|
| 34 |
+
outputs=gr.Textbox(lines = 20, label="Text"),
|
| 35 |
title="HTR",
|
| 36 |
description="..."
|
| 37 |
)
|