LewisBabong commited on
Commit
50b8995
·
verified ·
1 Parent(s): 96bc6e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ def summarize_text(text):
241
 
242
 
243
  def transcribe_audio(path):
244
- url = "https://api-inference.huggingface.co/models/sanchit-gandhi/whisper-small-fr"
245
  headers = {
246
  "Authorization": HF_TOKEN,
247
  "Content-Type": "application/octet-stream"
 
241
 
242
 
243
  def transcribe_audio(path):
244
+ url = "https://api-inference.huggingface.co/models/openai/whisper-large-v2"
245
  headers = {
246
  "Authorization": HF_TOKEN,
247
  "Content-Type": "application/octet-stream"