Spaces:
Sleeping
Sleeping
Update app.py
Browse filesreset output type
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.
|
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)
|