Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gaia-mistral
/
msa1
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
msa1
/
front
/
src
/
vite-env.d.ts
zouhairk
init front
b681a44
24 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
159 Bytes
/// <reference types="vite/client" />
interface
Window
{
SpeechRecognition
:
typeof
SpeechRecognition
;
webkitSpeechRecognition
:
typeof
SpeechRecognition
;
}