kavg commited on
Commit
1683728
1 Parent(s): 61eaaa0

Update app.py

Browse files

reset output type

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