Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
elina12
/
tarteel
like
0
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
a57a135
tarteel
/
app.py
elina12
Update app.py
a57a135
over 1 year ago
raw
Copy download link
history
blame
Safe
120 Bytes
import
gradio
as
gr
model_interface = gr.Interface.load(
"models/tarteel-ai/whisper-base-ar-quran"
,wait=
True
).launch()