drrobot9 commited on
Commit
66075f1
·
verified ·
1 Parent(s): 81e36ef

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -33,7 +33,7 @@ class Settings(BaseSettings):
33
  device: str = "cuda" if torch.cuda.is_available() else "cpu"
34
 
35
 
36
- text_model_url: str = "https://remostart-farmlingua-ai-conversational.hf.space/ask"
37
  timeout_sec: int = 3000
38
 
39
  # Audio processing settings
 
33
  device: str = "cuda" if torch.cuda.is_available() else "cpu"
34
 
35
 
36
+ text_model_url: str = "https://remostartdev-farmlingua-ai-conversational.hf.space/ask"
37
  timeout_sec: int = 3000
38
 
39
  # Audio processing settings