ovi054 commited on
Commit
bd1bcd9
·
verified ·
1 Parent(s): 3553201

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- ["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()
 
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()