add api
Browse files
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
|
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:
|