ovi054 commited on
Commit
30931f5
β€’
1 Parent(s): d05ec42

citation text added 2

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -595,6 +595,7 @@ import gradio as gr
595
  HF_TOKEN = os.getenv("SECRET_TOKEN")
596
  hf_writer = gr.HuggingFaceDatasetSaver(HF_TOKEN, "word-flag-data")
597
 
598
- demo = gr.Interface(fn=model_predict, inputs= "paint", outputs=["text","image"],title= "Bangla Word OCR",
 
599
  description="Reduce pen ink size from Pen Icon(πŸ–‹οΈ) for better results!",article=citation_text,allow_flagging="auto",flagging_callback=hf_writer)
600
  demo.launch()
 
595
  HF_TOKEN = os.getenv("SECRET_TOKEN")
596
  hf_writer = gr.HuggingFaceDatasetSaver(HF_TOKEN, "word-flag-data")
597
 
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!",article=citation_text,allow_flagging="auto",flagging_callback=hf_writer)
601
  demo.launch()