Tutanka01 commited on
Commit
03bdc05
1 Parent(s): de739e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
 
5
 
6
  pipe = pipeline(model="tarteel-ai/whisper-base-ar-quran",
7
- use_auth_token=os.environ["HF_TARTEEL_TOKEN"]) # change to "your-username/the-name-you-picked"
8
 
9
  def transcribe(audio):
10
  text = pipe(audio)["text"]
 
4
 
5
 
6
  pipe = pipeline(model="tarteel-ai/whisper-base-ar-quran",
7
+ use_auth_token=os.environ["Tutanka01/El Akhal"]) # change to "your-username/the-name-you-picked"
8
 
9
  def transcribe(audio):
10
  text = pipe(audio)["text"]