Yusin commited on
Commit
de4c2ab
1 Parent(s): 1821feb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -32,7 +32,6 @@ coquiTTS = CoquiTTS()
32
  # ChatGPT
33
  def chat_hf(audio, custom_token, language):
34
  output = chatgpt(audio, "transcribe", fn_index=0)
35
- print('1111111111111')
36
  print(output)
37
  whisper_text, gpt_response = output[0], output[1]
38
  '''
 
32
  # ChatGPT
33
  def chat_hf(audio, custom_token, language):
34
  output = chatgpt(audio, "transcribe", fn_index=0)
 
35
  print(output)
36
  whisper_text, gpt_response = output[0], output[1]
37
  '''