add app.py initial text description
Browse filesintent to use apache-licensed implementation of CLIP4STR from https://github.com/VamosC/CLIP4STR/blob/main/read.py
app.py
CHANGED
|
@@ -61,6 +61,12 @@ with gr.Blocks(css=css) as demo:
|
|
| 61 |
gr.Markdown(f"""
|
| 62 |
# Text-to-Image Gradio Template
|
| 63 |
Currently running on {power_device}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
""")
|
| 65 |
|
| 66 |
with gr.Row():
|
|
|
|
| 61 |
gr.Markdown(f"""
|
| 62 |
# Text-to-Image Gradio Template
|
| 63 |
Currently running on {power_device}.
|
| 64 |
+
|
| 65 |
+
2024-05-04: first huggingface Space, copying gradio
|
| 66 |
+
text-to-image template and then incorporating implementation of paper
|
| 67 |
+
[`CLIP4STR: A Simple Baseline for Scene Text Recognition with Pre-trained Vision-Language Model (2023) [pdf]`](https://arxiv.org/pdf/2305.14014v3)
|
| 68 |
+
|
| 69 |
+
from source code: https://github.com/VamosC/CLIP4STR/blob/main/read.py
|
| 70 |
""")
|
| 71 |
|
| 72 |
with gr.Row():
|