Spaces:
Sleeping
Sleeping
File size: 157 Bytes
b8aaa59 |
1 2 3 4 5 6 7 |
import torch
import gradio as gr
from huggingface_hub import model_info
interface = gr.load("models/vitouphy/wav2vec2-xls-r-300m-khmer")
interface.launch() |