dhanishetty commited on
Commit
ad2a5b9
·
verified ·
1 Parent(s): 6abc6c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ description = """
46
  """
47
 
48
  demo = gr.Interface( ocr_image_file,
49
- [gr.UploadButton("Click to Upload an Image File", file_types=["image"]), gr.Textbox(label="Enter your Endpoint URL", placeholder="URL", lines=1),gr.Textbox(type = "password", label="Enter your API-Key", placeholder="API-Key", lines=1)],
50
  [gr.Textbox(label = "Output")],
51
  title=title,
52
  description=description,
 
46
  """
47
 
48
  demo = gr.Interface( ocr_image_file,
49
+ [gr.UploadButton("Click to Upload an Image File", file_types=["image"], lines=3), gr.Textbox(label="Enter your Endpoint URL", placeholder="URL", lines=1),gr.Textbox(type = "password", label="Enter your API-Key", placeholder="API-Key", lines=1)],
50
  [gr.Textbox(label = "Output")],
51
  title=title,
52
  description=description,