Uploaded sanitized BC250/ROCm Repository.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
curl -s -o /tmp/clone_test.wav \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"input":"Hallo, ich bin eine geklonte Stimme. Das ist ziemlich cool.","voice":"meine_stimme","language":"german"}' \
|
||||
http://localhost:8072/v1/audio/speech
|
||||
echo "Clone WAV:"
|
||||
ls -la /tmp/clone_test.wav
|
||||
file /tmp/clone_test.wav
|
||||
Reference in New Issue
Block a user