Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vira21
/
Whisper-Base-KhmerV2
like
0
Sleeping
App
Files
Files
Community
5ede744
Whisper-Base-KhmerV2
/
app.py
Vira21
Update app.py
29d7beb
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
150 Bytes
import
torch
import
gradio
as
gr
from
huggingface_hub
import
model_info
interface = gr.load(
"models/Vira21/Whisper-Base-KhmerV2"
)
interface.launch()