Spaces:
Running
Running
breezedeus
commited on
Commit
•
7bb3b28
1
Parent(s):
49d27ca
update discord link
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ def main():
|
|
125 |
langs = list(LANGUAGES.keys())
|
126 |
langs.sort(key=lambda x: x.lower())
|
127 |
|
128 |
-
title = '
|
129 |
examples = [
|
130 |
[
|
131 |
['English'],
|
@@ -175,12 +175,11 @@ def main():
|
|
175 |
|
176 |
[![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fbreezedeus%2Fpix2text-demo&labelColor=%23697689&countColor=%23f5c791&style=flat&labelStyle=upper)](https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fbreezedeus%2FCnOCR-Demo)
|
177 |
|
178 |
-
[![Discord](https://img.shields.io/discord/1200765964434821260?logo=discord&label=Discord)](https://discord.gg/
|
179 |
|
180 |
| | |
|
181 |
| ------------------------------- | --------------------------------------- |
|
182 |
| 🏄 **Online Service** | [p2t.breezedeus.com](https://p2t.breezedeus.com) |
|
183 |
-
| 💬 **Discord** | [Pix2Text @ Discord](https://discord.gg/tGuFEybd) |
|
184 |
| 📀 **Code** | [Github](https://github.com/breezedeus/pix2text) |
|
185 |
| 🤗 **MFR Model** | [breezedeus/pix2text-mfr](https://huggingface.co/breezedeus/pix2text-mfr) |
|
186 |
| 📄 **More Infos** | [breezedeus.com/pix2text](https://www.breezedeus.com/pix2text) |
|
@@ -192,7 +191,7 @@ If useful, please help to **star 🌟 [Pix2Text](https://github.com/breezedeus/p
|
|
192 |
|
193 |
with gr.Blocks() as demo:
|
194 |
gr.HTML(
|
195 |
-
f'<h1 style="text-align: center; margin-bottom: 1rem;"><a href="https://github.com/breezedeus/pix2text" target="_blank">Pix2Text V1.0</a>
|
196 |
)
|
197 |
with gr.Row(equal_height=False):
|
198 |
with gr.Column(min_width=200, variant='panel', scale=3):
|
|
|
125 |
langs = list(LANGUAGES.keys())
|
126 |
langs.sort(key=lambda x: x.lower())
|
127 |
|
128 |
+
title = ': a Free Alternative to Mathpix'
|
129 |
examples = [
|
130 |
[
|
131 |
['English'],
|
|
|
175 |
|
176 |
[![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fbreezedeus%2Fpix2text-demo&labelColor=%23697689&countColor=%23f5c791&style=flat&labelStyle=upper)](https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fbreezedeus%2FCnOCR-Demo)
|
177 |
|
178 |
+
[![Discord](https://img.shields.io/discord/1200765964434821260?logo=discord&label=Discord)](https://discord.gg/tGuFEybd)
|
179 |
|
180 |
| | |
|
181 |
| ------------------------------- | --------------------------------------- |
|
182 |
| 🏄 **Online Service** | [p2t.breezedeus.com](https://p2t.breezedeus.com) |
|
|
|
183 |
| 📀 **Code** | [Github](https://github.com/breezedeus/pix2text) |
|
184 |
| 🤗 **MFR Model** | [breezedeus/pix2text-mfr](https://huggingface.co/breezedeus/pix2text-mfr) |
|
185 |
| 📄 **More Infos** | [breezedeus.com/pix2text](https://www.breezedeus.com/pix2text) |
|
|
|
191 |
|
192 |
with gr.Blocks() as demo:
|
193 |
gr.HTML(
|
194 |
+
f'<h1 style="text-align: center; margin-bottom: 1rem;"><a href="https://github.com/breezedeus/pix2text" target="_blank">Pix2Text V1.0</a>{title}</h1>'
|
195 |
)
|
196 |
with gr.Row(equal_height=False):
|
197 |
with gr.Column(min_width=200, variant='panel', scale=3):
|