Spaces:
Sleeping
Sleeping
shohabbosdev
commited on
Commit
•
83acec9
1
Parent(s):
c4959fc
Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,8 @@ import requests
|
|
2 |
import gradio as gr
|
3 |
import time
|
4 |
from pydub import AudioSegment
|
5 |
-
|
6 |
-
api_key =
|
7 |
API_URL = "https://api-inference.huggingface.co/models/oyqiz/uzbek_stt_1_version"
|
8 |
headers = {"Authorization": f"Bearer {api_key}"}
|
9 |
|
|
|
2 |
import gradio as gr
|
3 |
import time
|
4 |
from pydub import AudioSegment
|
5 |
+
|
6 |
+
api_key = TOKEN
|
7 |
API_URL = "https://api-inference.huggingface.co/models/oyqiz/uzbek_stt_1_version"
|
8 |
headers = {"Authorization": f"Bearer {api_key}"}
|
9 |
|