Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
144 Bytes
import axios from "axios";
const instance = axios.create({
baseURL: "http://localhost:5000", // cloud function
});
export default instance;