DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
215 Bytes
// @flow
import {_environments} from "./defineEnvironment";
const environments = _environments;
export default environments;
// All environment definitions should be imported below
import "./environments/array";