Spaces:
Runtime error
Runtime error
Merge branch 'main' of gitlab.com:tangibleai/mathtext-api
Browse files
README.md
CHANGED
@@ -1,14 +1,9 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
|
4 |
-
colorFrom: pink
|
5 |
-
colorTo: green
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 3.0.2
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
license: apache-2.0
|
11 |
-
duplicated_from: versae/gradio-blocks-rest-api
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: MathText NLU
|
3 |
+
license: GNU AGPL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
+
## MathText NLU
|
7 |
+
|
8 |
+
Natural Language Understanding for math symbols, digits, and words with a Gradio user interface and REST API.
|
9 |
+
|