Eriberto commited on
Commit
1c68628
·
1 Parent(s): 81bc108

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -35,6 +35,7 @@ def chat_hf(audio, custom_token):
35
  gpt_response = response_str #resp['message']
36
 
37
  except:
 
38
  #whisper_text = translate(audio)
39
  #api = ChatGPT(custom_token)
40
  #resp = api.send_message(whisper_text)
 
35
  gpt_response = response_str #resp['message']
36
 
37
  except:
38
+ print("Error")
39
  #whisper_text = translate(audio)
40
  #api = ChatGPT(custom_token)
41
  #resp = api.send_message(whisper_text)