aiassociates
commited on
Commit
•
4984dc7
1
Parent(s):
a94429f
Update README.md
Browse files
README.md
CHANGED
@@ -25,12 +25,14 @@ args = TTSettings(num_beams=5, min_length=1)
|
|
25 |
# Add the prefix "grammar: " before each input
|
26 |
result = happy_tt.generate_text("grammar: hier ein kleines beispiel", args=args)
|
27 |
print(result.text) # Hier ein kleines Beispiel.
|
|
|
28 |
|
29 |
## Authors
|
30 |
**David Hustadt:** dh@ai.associates
|
31 |
|
32 |
## About us
|
33 |
[AI.Associates](https://www.ai.associates/)
|
|
|
34 |
[LinkedIn](https://www.linkedin.com/company/ai-associates)
|
35 |
|
36 |
We're always looking for developers to join us. Feel free to contact us careers@ai.associates
|
|
|
25 |
# Add the prefix "grammar: " before each input
|
26 |
result = happy_tt.generate_text("grammar: hier ein kleines beispiel", args=args)
|
27 |
print(result.text) # Hier ein kleines Beispiel.
|
28 |
+
```
|
29 |
|
30 |
## Authors
|
31 |
**David Hustadt:** dh@ai.associates
|
32 |
|
33 |
## About us
|
34 |
[AI.Associates](https://www.ai.associates/)
|
35 |
+
|
36 |
[LinkedIn](https://www.linkedin.com/company/ai-associates)
|
37 |
|
38 |
We're always looking for developers to join us. Feel free to contact us careers@ai.associates
|