Yusin commited on
Commit
50a4f2e
1 Parent(s): 72d7b91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -27,6 +27,7 @@ def chat_hf(audio, custom_token, language):
27
  gpt_response = "MISSING AUDIO: Record your voice by clicking the microphone button, do not forget to stop recording before sending your message ;)"
28
  else:
29
  gpt_response, _ = chatgpt(whisper_text, [])
 
30
  gpt_response = gpt_response[0]
31
 
32
  except:
 
27
  gpt_response = "MISSING AUDIO: Record your voice by clicking the microphone button, do not forget to stop recording before sending your message ;)"
28
  else:
29
  gpt_response, _ = chatgpt(whisper_text, [])
30
+ print(gpt_response)
31
  gpt_response = gpt_response[0]
32
 
33
  except: