Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ gr.Interface(
|
|
| 61 |
get_text,
|
| 62 |
inputs=gr.Image(type="pil"),
|
| 63 |
outputs=gr.outputs.Textbox(),
|
| 64 |
-
title="
|
| 65 |
examples=["8000.png","2nbcx.png"]
|
| 66 |
).launch()
|
| 67 |
|
|
|
|
| 61 |
get_text,
|
| 62 |
inputs=gr.Image(type="pil"),
|
| 63 |
outputs=gr.outputs.Textbox(),
|
| 64 |
+
title="Reader",
|
| 65 |
examples=["8000.png","2nbcx.png"]
|
| 66 |
).launch()
|
| 67 |
|