kavg commited on
Commit
37c49d0
·
verified ·
1 Parent(s): 6a840fb

Update app.py

Browse files

made show_label=False

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,5 +16,5 @@ def OCR(image):
16
 
17
  return generated_text
18
 
19
- demo = gr.Interface(fn=OCR, inputs=gr.Image(label="", type="pil"),outputs=gr.Textbox())
20
  demo.launch(debug=True)
 
16
 
17
  return generated_text
18
 
19
+ demo = gr.Interface(fn=OCR, inputs=gr.Image(show_label=False, type="pil"),outputs=gr.Textbox())
20
  demo.launch(debug=True)