gnilets commited on
Commit
5bb5045
·
verified ·
1 Parent(s): 6ec17c1

Update main.ts

Browse files
Files changed (1) hide show
  1. main.ts +3 -3
main.ts CHANGED
@@ -301,9 +301,9 @@ async function handleDemoRequest(req: Request) {
301
  curl \${currentUrl}/v1/audio/models
302
 
303
  синтезировать голос из текста:
304
- curl 'https://gnilets-tts.hf.space/v1/audio/speech' \\\\\\\\\\\\
305
- -H 'content-type: application/json' \\\\\\\\\\\\
306
- --data-raw '{"model":"brian","input":"привет! хрю-хрю!","voice":"rate:0|pitch:0"}' \\\\\\\\\\\\
307
  -o tts_voice.mp3
308
  \`;
309
 
 
301
  curl \${currentUrl}/v1/audio/models
302
 
303
  синтезировать голос из текста:
304
+ curl 'https://gnilets-tts.hf.space/v1/audio/speech' \\\\\\\\\\
305
+ -H 'content-type: application/json' \\\\\\\\\\
306
+ --data-raw '{"model":"brian","input":"привет! хрю-хрю!","voice":"rate:0|pitch:0"}' \\\\\\\\\\
307
  -o tts_voice.mp3
308
  \`;
309