Spaces:
Sleeping
Sleeping
Henok W.
commited on
Commit
·
1599d2c
1
Parent(s):
a9beef1
initial commit
Browse files- .gitattributes +3 -0
- README.md +10 -0
.gitattributes
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
|
|
| 1 |
packaged_models/*.pt filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
| 2 |
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 3 |
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 4 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 1 |
+
<<<<<<< HEAD
|
| 2 |
packaged_models/*.pt filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
=======
|
| 4 |
+
>>>>>>> 7a9620f (initial commit)
|
| 5 |
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 6 |
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 7 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,20 +1,30 @@
|
|
| 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
|
|
|
|
| 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
|