STT_FARMLINGUA / app /config.json
drrobot9's picture
Update app/config.json
81e36ef verified
{
"model": {
"name": "facebook/mms-1b-all",
"device": "cuda"
},
"api": {
"text_model_url": "https://remostartdev-farmlingua-ai-conversational.hf.space/ask",
"timeout_sec": 3000
},
"server": {
"host": "0.0.0.0",
"port": 7860
}
}