Spaces:
Running
Running
citation text added 2
Browse files
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"],
|
|
|
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()
|