Vira21's picture
Create app.py
b8aaa59 verified
raw
history blame contribute delete
157 Bytes
import torch
import gradio as gr
from huggingface_hub import model_info
interface = gr.load("models/vitouphy/wav2vec2-xls-r-300m-khmer")
interface.launch()