Update app.py
Browse files
app.py
CHANGED
|
@@ -81,5 +81,5 @@ with tab2:
|
|
| 81 |
st.balloons()
|
| 82 |
else:
|
| 83 |
st.write("Upload an image to extract text using OCR.")
|
| 84 |
-
gr.HTML("""<div style="margin: 0.75em 0;"><a href="https://www.buymeacoffee.com/Artgen" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a></div>
|
| 85 |
-
<div style="margin: 0.75em 0;">But what would really help me is a <strong>PRO subscription</strong> to Google Colab, Kaggle or Hugging Face. Many thanks.</div>""")
|
|
|
|
| 81 |
st.balloons()
|
| 82 |
else:
|
| 83 |
st.write("Upload an image to extract text using OCR.")
|
| 84 |
+
gr.HTML("""<div style="margin: 0.75em 0;"><a href="https://www.buymeacoffee.com/Artgen" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a></div>""")
|
| 85 |
+
gr.HTML("""<div style="margin: 0.75em 0;">But what would really help me is a <strong>PRO subscription</strong> to Google Colab, Kaggle or Hugging Face. Many thanks.</div>""")
|