-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update TTS Tasks page. #347
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good!
@@ -25,7 +25,7 @@ def query(payload): | |||
response = requests.post(API_URL, headers=headers, json=payload) | |||
return response | |||
|
|||
output = query({"text_inputs": "This is a test"}) | |||
output = query({"text_inputs": "Max is the best doggo."}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Facts are facts!
I forgot what's the protocol here. Is this good to merge? |
same protocol as in hub-docs, you can merge I think |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Wee update to the models listed, just making it a bit more current.