DjPapzin's picture
Add falcondemo.mp4 and .keras model to Git LFS
c77acf1
raw
history blame contribute delete
164 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}