File size: 150 Bytes
dc3248b
29d7beb
 
e78b5fb
0727af5
e78b5fb
0727af5
1
2
3
4
5
6
7
import torch
import gradio as gr
from huggingface_hub import model_info

interface = gr.load("models/Vira21/Whisper-Base-KhmerV2")

interface.launch()