Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
sergeipetrov
/
parler-tts-ie
like
0
Inference Endpoints
Model card
Files
Files and versions
Community
Deploy
sergeipetrov
commited on
Aug 6
Commit
0830c78
•
1 Parent(s):
a45bb1c
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+10
-0
README.md
ADDED
Viewed
@@ -0,0 +1,10 @@
1
+
input format:
2
+
3
+
```json
4
+
{
5
+
"inputs": {
6
+
"prompt": <text>,
7
+
"description": <text>
8
+
}
9
+
}
10
+
```