Vira21's picture
Create app.py
5422cfb verified
raw
history blame contribute delete
150 Bytes
import torch
import gradio as gr
from huggingface_hub import model_info
interface = gr.load("models/seanghay/w2v-bert-2.0-khmer")
interface.launch()