Spaces:
Sleeping
Sleeping
Update services/api.ts
Browse files- 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://
|
| 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 => {
|