Spaces:
Sleeping
Sleeping
BilalHasan
commited on
Commit
•
24f811d
1
Parent(s):
19c3065
Update app.py
Browse files
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(),
|
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 |
|