nightsagittariuswolf commited on
Commit
6e15e21
·
verified ·
1 Parent(s): 8140a93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )