ahmetdogan47 commited on
Commit
7d8b418
·
verified ·
1 Parent(s): 35e54ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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