Spaces:
Runtime error
Runtime error
hobs
commited on
Commit
·
76db123
1
Parent(s):
71fb66d
sdk ver
Browse files
README.md
CHANGED
@@ -1,14 +1,12 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
|
4 |
-
colorFrom: pink
|
5 |
-
colorTo: green
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.0.2
|
8 |
-
|
9 |
-
pinned: false
|
10 |
-
license: apache-2.0
|
11 |
-
duplicated_from: versae/gradio-blocks-rest-api
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: MathText
|
3 |
+
app_file: app.py
|
|
|
|
|
4 |
sdk: gradio
|
5 |
sdk_version: 3.0.2
|
6 |
+
license: agpl-3.0
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
+
## MathText NLU
|
10 |
+
|
11 |
+
Natural Language Understanding for math symbols, digits, and words with a Gradio user interface and REST API.
|
12 |
+
|