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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,8 +47,8 @@ description = """
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,]
53
 
54
  ).launch()
 
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,
53
 
54
  ).launch()