00Boobs00 commited on
Commit
df5ff52
·
verified ·
1 Parent(s): e4010ee

Upload pages/api/tts.js with huggingface_hub

Browse files
Files changed (1) hide show
  1. pages/api/tts.js +4 -0
pages/api/tts.js ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ // API Proxy for Pocket TTS
2
+ export default async function handler(req, res) {
3
+ if (req.method !== 'POST') {
4
+ return res.status(405