Fabrice-TIERCELIN
commited on
Commit
β’
b72dd04
1
Parent(s):
e206c8a
Original README
Browse files
README.md
CHANGED
@@ -1,12 +1,18 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
|
|
|
|
|
|
|
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
10 |
---
|
11 |
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Text-to-Audio
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
tags:
|
7 |
+
- sound generation
|
8 |
+
- language models
|
9 |
+
- LLMs
|
10 |
sdk: gradio
|
11 |
+
sdk_version: 4.27.0
|
12 |
app_file: app.py
|
13 |
pinned: false
|
14 |
+
license: openrail
|
15 |
+
short_description: Sound effect from description
|
16 |
---
|
17 |
|
18 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|