Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -58,8 +58,8 @@ def create_demo():
|
|
58 |
with gr.Blocks(theme=theme) as demo:
|
59 |
gr.Markdown(
|
60 |
"""
|
61 |
-
# The Grεεk NLP Toolkit 🇬🇷
|
62 |
-
|
63 |
|
64 |
## Key Features:
|
65 |
- Greeklish to Greek Conversion (G2G)
|
@@ -111,13 +111,15 @@ def create_demo():
|
|
111 |
"""
|
112 |
|
113 |
## Installation
|
114 |
-
|
115 |
The Grεεk NLP toolkit is available on PyPI for Python 3.9+:
|
116 |
|
117 |
```sh
|
118 |
pip install gr-nlp-toolkit
|
119 |
```
|
120 |
|
|
|
|
|
121 |
Visit the [GitHub repository]("https://github.com/nlpaueb/gr-nlp-toolkit") for more information, such as documentation and full usage examples.
|
122 |
|
123 |
## About the Project
|
|
|
58 |
with gr.Blocks(theme=theme) as demo:
|
59 |
gr.Markdown(
|
60 |
"""
|
61 |
+
# The Grεεk NLP Toolkit - Demonstration Space🇬🇷
|
62 |
+
This is a demonstration space for our open-source Python toolkit (`gr-nlp-toolkit`), which supports state-of-the-art natural language processing capabilities in Greek.
|
63 |
|
64 |
## Key Features:
|
65 |
- Greeklish to Greek Conversion (G2G)
|
|
|
111 |
"""
|
112 |
|
113 |
## Installation
|
114 |
+
|
115 |
The Grεεk NLP toolkit is available on PyPI for Python 3.9+:
|
116 |
|
117 |
```sh
|
118 |
pip install gr-nlp-toolkit
|
119 |
```
|
120 |
|
121 |
+
## Github Repository
|
122 |
+
|
123 |
Visit the [GitHub repository]("https://github.com/nlpaueb/gr-nlp-toolkit") for more information, such as documentation and full usage examples.
|
124 |
|
125 |
## About the Project
|