AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
import { NextResponse } from 'next/server'
import * as bind from 'function-bind'
console.log(bind)
export default async function middleware(request) {
return NextResponse.next()
}