Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,5 +19,5 @@ def run_ocr(image):
|
|
19 |
return generated_text
|
20 |
|
21 |
|
22 |
-
demo = gr.Interface(fn=run_ocr, inputs="image", outputs="text", title=title, description=description,
|
23 |
demo.launch()
|
|
|
19 |
return generated_text
|
20 |
|
21 |
|
22 |
+
demo = gr.Interface(fn=run_ocr, inputs="image", outputs="text", title=title, description=description, examples=examples)
|
23 |
demo.launch()
|