Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,6 @@ import os
|
|
4 |
|
5 |
listen_client = InferenceClient("openai/whisper-medium")
|
6 |
|
7 |
-
USER = os.environ.get('USER')
|
8 |
-
PASS = os.environ.get('PASS')
|
9 |
def audio_change(audio):
|
10 |
return listen_client.automatic_speech_recognition(audio).text
|
11 |
|
|
|
4 |
|
5 |
listen_client = InferenceClient("openai/whisper-medium")
|
6 |
|
|
|
|
|
7 |
def audio_change(audio):
|
8 |
return listen_client.automatic_speech_recognition(audio).text
|
9 |
|