salomonsky commited on
Commit
a8fb390
·
verified ·
1 Parent(s): 1610684

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,6 +3,7 @@ import base64
3
  import io
4
  import audiorecorder
5
  import speech_recognition as sr
 
6
 
7
  pre_prompt_text = "You are a behavioral AI, your answers should be brief, stoic and humanistic."
8
 
@@ -113,4 +114,4 @@ def main():
113
  unsafe_allow_html=True)
114
 
115
  if __name__ == "__main__":
116
- main()
 
3
  import io
4
  import audiorecorder
5
  import speech_recognition as sr
6
+ from huggingface_hub import InferenceClient
7
 
8
  pre_prompt_text = "You are a behavioral AI, your answers should be brief, stoic and humanistic."
9
 
 
114
  unsafe_allow_html=True)
115
 
116
  if __name__ == "__main__":
117
+ main()