spsither commited on
Commit
713a83c
1 Parent(s): a5deb0e

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +2 -0
handler.py CHANGED
@@ -101,6 +101,8 @@ class EndpointHandler():
101
  return {
102
  "sample_rate": 16000,
103
  "audio_base64": audio_base64, # Base64-encoded audio data
 
 
104
  }
105
 
106
 
 
101
  return {
102
  "sample_rate": 16000,
103
  "audio_base64": audio_base64, # Base64-encoded audio data
104
+ "model": "openpecha/speecht5-tts-01",
105
+ "model_version": "1.0.0"
106
  }
107
 
108