Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import { __ } from '@wordpress/i18n';
export const getDataCenterOptions = () => {
return {
bur: __( 'US West (Burbank, California)' ),
dfw: __( 'US Central (Dallas-Fort Worth, Texas)' ),
dca: __( 'US East (Washington, D.C.)' ),
ams: __( 'EU West (Amsterdam, Netherlands)' ),
};
};