BilalHasan commited on
Commit
24f811d
1 Parent(s): 19c3065

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def predict(input_path):
129
  gradio_app = gr.Interface(
130
  predict,
131
  inputs=gr.Image(sources=['upload', 'webcam'], type='filepath'),
132
- outputs=[gr.Image(), gradio.Textbox()],
133
  title="Extract Handwritten Text",
134
  )
135
 
 
129
  gradio_app = gr.Interface(
130
  predict,
131
  inputs=gr.Image(sources=['upload', 'webcam'], type='filepath'),
132
+ outputs=[gr.Image(), gr.Textbox()],
133
  title="Extract Handwritten Text",
134
  )
135