Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
matthoffner/chat-with-internet
ailearnings
/
web-chat
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1aed040
web-chat
/
app
/
constants.ts
matt HOFFNER
fix
dd225cf
over 1 year ago
raw
Copy download link
history
blame
Safe
233 Bytes
"use client"
;
export
default
{
SAMPLING_RATE
:
16000
,
DEFAULT_MODEL
:
"Xenova/whisper-tiny"
,
DEFAULT_SUBTASK
:
"transcribe"
,
DEFAULT_LANGUAGE
:
"english"
,
DEFAULT_QUANTIZED
:
false
,
DEFAULT_MULTILINGUAL
:
false
,
};