FranklinWillemen commited on
Commit
ef2d627
1 Parent(s): 018d259
Files changed (2) hide show
  1. TARS-discourse.py +0 -1
  2. requirements.txt +3 -1
TARS-discourse.py CHANGED
@@ -2,7 +2,6 @@ import gradio as gr
2
  import openai
3
  import config
4
  import os
5
- import pyttsx3
6
  import azure.cognitiveservices.speech as speechsdk
7
 
8
  openai.api_key = config.OPENAI_API_KEY
 
2
  import openai
3
  import config
4
  import os
 
5
  import azure.cognitiveservices.speech as speechsdk
6
 
7
  openai.api_key = config.OPENAI_API_KEY
requirements.txt CHANGED
@@ -1,2 +1,4 @@
1
  openai
2
- gradio
 
 
 
1
  openai
2
+ gradio
3
+ os
4
+ azure-cognitiveservices-speech