veni18 commited on
Commit
8a1d4eb
·
1 Parent(s): 0e7d342
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import json
6
  def greet(file):
7
 
8
  API_URL = "https://api-inference.huggingface.co/models/openai/whisper-large-v3-turbo"
9
- headers = {"Authorization": "Bearer veni18hfatw"}
10
 
11
  def query(file):
12
  with open(file, "rb") as f:
 
6
  def greet(file):
7
 
8
  API_URL = "https://api-inference.huggingface.co/models/openai/whisper-large-v3-turbo"
9
+ headers = {"Authorization": "Bearer veni18sttts"}
10
 
11
  def query(file):
12
  with open(file, "rb") as f: