Spaces:
Sleeping
Sleeping
File size: 150 Bytes
5422cfb |
1 2 3 4 5 6 7 |
import torch
import gradio as gr
from huggingface_hub import model_info
interface = gr.load("models/seanghay/w2v-bert-2.0-khmer")
interface.launch() |