Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|