Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -598,10 +598,10 @@ hf_writer = gr.HuggingFaceDatasetSaver(HF_TOKEN, "word-flag-data")
|
|
598 |
demo = gr.Interface(fn=model_predict, inputs= "paint", outputs=["text","image"],
|
599 |
# title= "Bangla Word OCR",
|
600 |
description="Reduce pen ink size from Pen Icon(🖋️) for better results!",
|
601 |
-
examples=[
|
602 |
-
|
603 |
-
|
604 |
-
|
605 |
-
],
|
606 |
article=citation_text,allow_flagging="auto",flagging_callback=hf_writer)
|
607 |
demo.launch()
|
|
|
598 |
demo = gr.Interface(fn=model_predict, inputs= "paint", outputs=["text","image"],
|
599 |
# title= "Bangla Word OCR",
|
600 |
description="Reduce pen ink size from Pen Icon(🖋️) for better results!",
|
601 |
+
# examples=[
|
602 |
+
# ["Tensorflow/workspace/images/tmpbvc06xxf.png"],
|
603 |
+
# ["Tensorflow/workspace/images/tmpfhin6fzg.png"],
|
604 |
+
# ["Tensorflow/workspace/images/tmprhqli3yl.png"],
|
605 |
+
# ],
|
606 |
article=citation_text,allow_flagging="auto",flagging_callback=hf_writer)
|
607 |
demo.launch()
|