openhands
commited on
Commit
·
d6d7931
1
Parent(s):
7d4fd92
Update README.md with proper YAML metadata for Inference API
Browse files
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
---
|
2 |
-
language: en
|
3 |
-
license: mit
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
8 |
pipeline_tag: text-to-image
|
|
|
9 |
---
|
10 |
|
11 |
# SVGDreamer: Text Guided SVG Generation with Diffusion Model
|
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
+
- text-to-image
|
4 |
+
- vector-graphics
|
5 |
+
- svg
|
6 |
+
- diffusion
|
7 |
+
library_name: diffusers
|
8 |
pipeline_tag: text-to-image
|
9 |
+
inference: true
|
10 |
---
|
11 |
|
12 |
# SVGDreamer: Text Guided SVG Generation with Diffusion Model
|