Spaces:
Running
Running
henok3878
commited on
Commit
·
d3469ec
1
Parent(s):
60eae0d
fix: fix REAME.md format
Browse files
README.md
CHANGED
@@ -1,30 +1,20 @@
|
|
1 |
---
|
2 |
title: Scriptify Api
|
3 |
-
<<<<<<< HEAD
|
4 |
emoji: ✍️
|
5 |
colorFrom: indigo
|
6 |
colorTo: green
|
7 |
sdk: python
|
8 |
app_file: main.py
|
9 |
python_version: 3.9
|
10 |
-
=======
|
11 |
-
emoji: 🏆
|
12 |
-
colorFrom: blue
|
13 |
-
colorTo: green
|
14 |
-
sdk: docker
|
15 |
-
>>>>>>> 7a9620f (initial commit)
|
16 |
pinned: false
|
17 |
license: mit
|
18 |
short_description: An API for generating realistic handwriting stroke points.
|
19 |
---
|
20 |
|
21 |
-
<<<<<<< HEAD
|
22 |
|
23 |
# Scriptify Handwriting Generation API
|
24 |
|
25 |
This Space hosts an API for generating handwriting from text.
|
26 |
Use the `/generate` endpoint with a POST request.
|
27 |
|
28 |
-
=======
|
29 |
-
>>>>>>> 7a9620f (initial commit)
|
30 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: Scriptify Api
|
|
|
3 |
emoji: ✍️
|
4 |
colorFrom: indigo
|
5 |
colorTo: green
|
6 |
sdk: python
|
7 |
app_file: main.py
|
8 |
python_version: 3.9
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
short_description: An API for generating realistic handwriting stroke points.
|
12 |
---
|
13 |
|
|
|
14 |
|
15 |
# Scriptify Handwriting Generation API
|
16 |
|
17 |
This Space hosts an API for generating handwriting from text.
|
18 |
Use the `/generate` endpoint with a POST request.
|
19 |
|
|
|
|
|
20 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|