Opera10 commited on
Commit
783fcae
·
verified ·
1 Parent(s): c879e99

Update services/api.ts

Browse files
Files changed (1) hide show
  1. services/api.ts +1 -1
services/api.ts CHANGED
@@ -1,7 +1,7 @@
1
  import { JobData, StatusResponse, Model } from '../types';
2
  import * as legacyApi from './legacy_api';
3
 
4
- const TTS_BASE_URL = 'https://ttsalpha.runflare.run';
5
  const ENHANCE_BASE_URL = 'https://ezmarynoori-taqviat-sada.hf.space';
6
 
7
  const safeBase64Encode = (str: string): string => {
 
1
  import { JobData, StatusResponse, Model } from '../types';
2
  import * as legacyApi from './legacy_api';
3
 
4
+ const TTS_BASE_URL = 'https://sada8888-tts2.hf.space';
5
  const ENHANCE_BASE_URL = 'https://ezmarynoori-taqviat-sada.hf.space';
6
 
7
  const safeBase64Encode = (str: string): string => {