tarteel / app.py
elina12's picture
Update app.py
91488cb
raw
history blame
136 Bytes
import gradio as gr
model_interface = gr.Interface.load("models/tarteel-ai/whisper-base-ar-quran", wait=True)
model_interface.launch()