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
Fetching metadata from the HF Docker repository...
Vira21
commited on
Oct 31, 2024
Commit
e78b5fb
·
verified
·
1 Parent(s):
b5454c2
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
import torch
2
+
import gradio as gr
3
+
from huggingface_hub import model_info
4
+
5
+
interface = gr.load("models/Vira21/Whisper-Base-Khmer")
6
+
7
+
interface.launch()