Spaces:
Running
Running
| <script src="https://cdn.jsdelivr.net/npm/@huggingface/hf-ai/dist/hf-ai.min.js"></script> | |
| const model = new hf.Model({ repo: 'openai/whisper-large-v3' }); | |
| function generateResponse(input) { | |
| return model.generate(input); | |
| } |